steam: update to 1.0.0.43.

This commit is contained in:
Juan RP 2013-10-20 09:06:53 +02:00
parent 7ad4abcc84
commit 563474920e
1 changed files with 5 additions and 3 deletions

View File

@ -3,15 +3,16 @@
only_for_archs=i686
pkgname=steam
version=1.0.0.35
version=1.0.0.43
revision=1
wrksrc=steam
makedepends="hicolor-icon-theme desktop-file-utils"
short_desc="Digital distribution client bootstrap package - Valve's steam client"
maintainer="Juan RP <xtraeme@gmail.com>"
license="Propietary license"
homepage="http://steampowered.com/"
distfiles="http://repo.steampowered.com/$pkgname/pool/$pkgname/s/steam/steam_${version}.tar.gz"
checksum=73e4f639e396f142d69a543241583445426bf9eb5764f75808044deabff564a7
checksum=7c22d08944183c6b0fe5c62e6ba71beece8fe11146e3a15e9ee8bcddebb7bc8f
do_install() {
make DESTDIR=${DESTDIR} install
@ -26,8 +27,9 @@ do_install() {
}
steam_package() {
depends="hicolor-icon-theme desktop-file-utils"
nonfree="yes"
pkg_install() {
vmove usr
vmove all
}
}