steam: update to 1.0.0.47 and build it on x86_64.
This commit is contained in:
parent
9d6fcbd4ee
commit
6ba68b8188
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'steam'
|
# Template file for 'steam'
|
||||||
#
|
#
|
||||||
only_for_archs=i686
|
only_for_archs="i686 x86_64"
|
||||||
|
|
||||||
pkgname=steam
|
pkgname=steam
|
||||||
version=1.0.0.45
|
version=1.0.0.47
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=steam
|
wrksrc=steam
|
||||||
makedepends="hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
|
makedepends="curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
nonfree="yes"
|
nonfree="yes"
|
||||||
short_desc="Digital distribution client bootstrap package - Valve's steam client"
|
short_desc="Digital distribution client bootstrap package - Valve's steam client"
|
||||||
|
@ -14,7 +14,11 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Propietary license"
|
license="Propietary license"
|
||||||
homepage="http://steampowered.com/"
|
homepage="http://steampowered.com/"
|
||||||
distfiles="http://repo.steampowered.com/$pkgname/pool/$pkgname/s/steam/steam_${version}.tar.gz"
|
distfiles="http://repo.steampowered.com/$pkgname/pool/$pkgname/s/steam/steam_${version}.tar.gz"
|
||||||
checksum=58f42d2d4980dd9a66445a2b60a6d336140a6ee6171803c6f925b5d1b2462942
|
checksum=1de4e1abe5bb3eecbde66d66c238ff79d083d31897f0c008f5e345889d9deac3
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
|
depends+=" libGL-32"
|
||||||
|
fi
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} install
|
make DESTDIR=${DESTDIR} install
|
||||||
|
|
Loading…
Reference in New Issue