27 lines
878 B
Bash
27 lines
878 B
Bash
# Template file for 'steam'
|
|
pkgname=steam
|
|
version=1.0.0.79
|
|
revision=1
|
|
archs="i686 x86_64"
|
|
depends="zenity xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils
|
|
liberation-fonts-ttf file tar bash coreutils lsof steam-udev-rules"
|
|
short_desc="Digital distribution client bootstrap package - Valve's steam client"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="custom: Proprietary license"
|
|
homepage="https://steampowered.com/"
|
|
distfiles="http://repo.steampowered.com/steam/pool/steam/s/steam/steam_${version}.tar.gz"
|
|
checksum=3a0012daf5889311c2e1dcf33a587b409019b66d893a52192df6947e18f1ec46
|
|
repository=nonfree
|
|
|
|
do_install() {
|
|
make DESTDIR=${DESTDIR} install
|
|
|
|
vlicense steam_subscriber_agreement.txt LICENSE
|
|
|
|
# Ignore steamdeps.
|
|
ln -sf /bin/true ${DESTDIR}/usr/bin/steamdeps
|
|
|
|
# Void-specific documentation.
|
|
vdoc "${FILESDIR}/README.voidlinux"
|
|
}
|