mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
steam: update to 1.0.0.55.
This commit is contained in:
parent
1873f9e65b
commit
026f49a8e1
1 changed files with 5 additions and 7 deletions
|
@ -1,19 +1,17 @@
|
||||||
# Template file for 'steam'
|
# Template file for 'steam'
|
||||||
#
|
|
||||||
only_for_archs="i686 x86_64"
|
|
||||||
|
|
||||||
pkgname=steam
|
pkgname=steam
|
||||||
version=1.0.0.54
|
version=1.0.0.55
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=steam
|
wrksrc=steam
|
||||||
|
only_for_archs="i686 x86_64"
|
||||||
depends="zenity xterm xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
|
depends="zenity xterm xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
|
||||||
repository="nonfree"
|
repository="nonfree"
|
||||||
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.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Proprietary license"
|
license="Proprietary license"
|
||||||
homepage="http://steampowered.com/"
|
homepage="https://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/${pkgname}/${pkgname}_${version}.tar.gz"
|
||||||
checksum=42531bf2615afed54c333ae9afeebe8cb68a31304ddfcf90e61b3532a5597386
|
checksum=c303a610ebd7e392f5027b22ee0b64bf178344bd979bef473046c57c3599a1af
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} install
|
make DESTDIR=${DESTDIR} install
|
||||||
|
|
Loading…
Add table
Reference in a new issue