mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
yquake2: update to 7.40.
This commit is contained in:
parent
e36a881605
commit
3168037b36
1 changed files with 5 additions and 4 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'yquake2'
|
# Template file for 'yquake2'
|
||||||
pkgname=yquake2
|
pkgname=yquake2
|
||||||
version=7.30
|
version=7.40
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="quake2-${version}"
|
wrksrc="quake2-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="WITH_SYSTEMWIDE=yes WITH_SYSTEMDIR=/usr/lib/${pkgname}"
|
make_build_args="WITH_SYSTEMWIDE=yes WITH_SYSTEMDIR=/usr/lib/${pkgname}"
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="SDL2-devel libjpeg-turbo-devel libopenal-devel zlib-devel"
|
makedepends="SDL2-devel libjpeg-turbo-devel libopenal-devel zlib-devel
|
||||||
|
libcurl-devel"
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
short_desc="An enhanced client for id Software's Quake II (Yamagi Quake II)"
|
short_desc="Enhanced client for id Software's Quake II (Yamagi Quake II)"
|
||||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.yamagi.org/quake2/"
|
homepage="https://www.yamagi.org/quake2/"
|
||||||
distfiles="https://deponie.yamagi.org/quake2/quake2-${version}.tar.xz"
|
distfiles="https://deponie.yamagi.org/quake2/quake2-${version}.tar.xz"
|
||||||
checksum=f27b6d110c25feee18bbe9b414a143b52848327141b22349d7c4ef1fa46a7bbf
|
checksum=1c2fbd3815ece1125f20a14dd7b92749a8735efb5dfb0bf35c3cd412f2389129
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv*) makedepends+=" MesaLib-devel";;
|
armv*) makedepends+=" MesaLib-devel";;
|
||||||
|
|
Loading…
Add table
Reference in a new issue