mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
steam: update to 1.0.0.61
This commit is contained in:
parent
1b382e2932
commit
65255bb3a5
1 changed files with 5 additions and 8 deletions
|
@ -1,25 +1,22 @@
|
||||||
# Template file for 'steam'
|
# Template file for 'steam'
|
||||||
pkgname=steam
|
pkgname=steam
|
||||||
version=1.0.0.59
|
version=1.0.0.61
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=steam
|
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
|
wrksrc=steam
|
||||||
depends="zenity xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
|
depends="zenity xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
|
||||||
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@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="Proprietary license"
|
license="custom: Proprietary license"
|
||||||
homepage="https://steampowered.com/"
|
homepage="https://steampowered.com/"
|
||||||
distfiles="http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${version}.tar.gz"
|
distfiles="http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${version}.tar.gz"
|
||||||
checksum=a5080db949793fc4eb543293a95a24131441a96ccc8f5deebdecd7257cfcd99f
|
checksum=d66413cce9c9ad441f95c4377103b0c71bda4ac4570ecfc7dd2464fe4ef1bd30
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} install
|
make DESTDIR=${DESTDIR} install
|
||||||
|
|
||||||
# Link license
|
vlicense steam_subscriber_agreement.txt 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.
|
# Ignore steamdeps.
|
||||||
ln -sf /bin/true ${DESTDIR}/usr/bin/steamdeps
|
ln -sf /bin/true ${DESTDIR}/usr/bin/steamdeps
|
||||||
|
|
Loading…
Add table
Reference in a new issue