2013-03-07 18:30:22 +00:00
|
|
|
# Template file for 'steam'
|
|
|
|
#
|
|
|
|
only_for_archs=i686
|
|
|
|
|
|
|
|
pkgname=steam
|
2013-12-27 14:24:29 +00:00
|
|
|
version=1.0.0.45
|
2013-03-07 18:30:22 +00:00
|
|
|
revision=1
|
|
|
|
wrksrc=steam
|
2013-12-27 14:24:29 +00:00
|
|
|
makedepends="hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="${makedepends}"
|
|
|
|
nonfree="yes"
|
2013-03-07 18:30:22 +00:00
|
|
|
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"
|
2013-12-27 14:24:29 +00:00
|
|
|
checksum=58f42d2d4980dd9a66445a2b60a6d336140a6ee6171803c6f925b5d1b2462942
|
2013-03-07 18:30:22 +00:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
make DESTDIR=${DESTDIR} install
|
|
|
|
|
|
|
|
# Link license
|
|
|
|
vmkdir usr/share/licenses/steam
|
|
|
|
ln -sfr ${DESTDIR}/usr/share/doc/steam/steam_install_agreement.txt \
|
|
|
|
${DESTDIR}/usr/share/licenses/steam/LICENSE
|
|
|
|
|
|
|
|
# Ignore steamdeps.
|
|
|
|
ln -sf /bin/true ${DESTDIR}/usr/bin/steamdeps
|
|
|
|
}
|