From 8054b1a4f3adf7eb983c3a0df31ee4107b121a2b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 14 Nov 2014 20:46:07 +0200 Subject: convert steam client to multilib --- app-emulation/steam/steam-1.0.0.45-r1.ebuild | 43 ++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 app-emulation/steam/steam-1.0.0.45-r1.ebuild (limited to 'app-emulation/steam') diff --git a/app-emulation/steam/steam-1.0.0.45-r1.ebuild b/app-emulation/steam/steam-1.0.0.45-r1.ebuild new file mode 100644 index 00000000..ecedc38f --- /dev/null +++ b/app-emulation/steam/steam-1.0.0.45-r1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + + +EAPI=5 + +inherit eutils + +DESCRIPTION="Digital distribution client bootstrap package" +HOMEPAGE="http://steampowered.com/" +SRC_URI="http://repo.steampowered.com/${PN}/pool/${PN}/s/${PN}/${PN}_${PV}.tar.gz" + +LICENSE="custom" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + virtual/ttf-fonts + dev-util/desktop-file-utils + x11-themes/hicolor-icon-theme + net-misc/curl + sys-apps/dbus + media-libs/freetype + x11-libs/gdk-pixbuf + gnome-extra/zenity + amd64? ( + >=media-libs/alsa-lib-1.0.28[abi_x86_32(-)] + >=media-libs/mesa-10.0.4[abi_x86_32(-)] + >=x11-libs/libX11-1.6.2[abi_x86_32(-)] + ) + x86? ( + media-libs/alsa-lib + media-libs/mesa + x11-libs/libX11 + )" + +S=${WORKDIR}/${PN} + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + rm -rf "${D}"/usr/bin/steamdeps || die # we don't use apt-get + dosym /bin/true /usr/bin/steamdeps || die # create blank steamdeps +} -- cgit v1.2.3