steam: update to 1.0.0.43.
This commit is contained in:
parent
7ad4abcc84
commit
563474920e
|
@ -3,15 +3,16 @@
|
||||||
only_for_archs=i686
|
only_for_archs=i686
|
||||||
|
|
||||||
pkgname=steam
|
pkgname=steam
|
||||||
version=1.0.0.35
|
version=1.0.0.43
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=steam
|
wrksrc=steam
|
||||||
|
makedepends="hicolor-icon-theme desktop-file-utils"
|
||||||
short_desc="Digital distribution client bootstrap package - Valve's steam client"
|
short_desc="Digital distribution client bootstrap package - Valve's steam client"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
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=73e4f639e396f142d69a543241583445426bf9eb5764f75808044deabff564a7
|
checksum=7c22d08944183c6b0fe5c62e6ba71beece8fe11146e3a15e9ee8bcddebb7bc8f
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} install
|
make DESTDIR=${DESTDIR} install
|
||||||
|
@ -26,8 +27,9 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
steam_package() {
|
steam_package() {
|
||||||
|
depends="hicolor-icon-theme desktop-file-utils"
|
||||||
nonfree="yes"
|
nonfree="yes"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue