xonotic: update to 0.7.0.
This commit is contained in:
parent
f4cbe3b9c6
commit
a8f70b85bb
1 changed files with 11 additions and 7 deletions
|
@ -1,16 +1,19 @@
|
||||||
# Template file for 'xonotic'
|
# Template file for 'xonotic'
|
||||||
pkgname=xonotic
|
pkgname=xonotic
|
||||||
version=0.6.0
|
version=0.7.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="Xonotic"
|
wrksrc="Xonotic"
|
||||||
homepage="http://xonotic.org"
|
homepage="http://xonotic.org"
|
||||||
license="GPL-2, GPL-3"
|
license="GPL-2, GPL-3"
|
||||||
distfiles="http://dl.xonotic.org/xonotic-${version}-source.zip"
|
distfiles="http://dl.xonotic.org/xonotic-${version}-source.zip"
|
||||||
makedepends="unzip gmp-devel MesaLib-devel SDL-devel libcurl-devel
|
|
||||||
alsa-lib-devel libmodplug-devel libvorbis-devel libXpm-devel libjpeg-turbo-devel"
|
|
||||||
short_desc="A free, fast-paced crossplatform first-person shooter"
|
short_desc="A free, fast-paced crossplatform first-person shooter"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=5cdf60597631d126cb8f2b0dae086075152b553da11353463ea828cb0cce3c98
|
checksum=f1a527de67ab2bfd2b17414614301a783ad04e00dbd0d8abb516505e4ee9f88c
|
||||||
|
|
||||||
|
hostmakedepends="unzip automake libtool"
|
||||||
|
makedepends="gmp-devel MesaLib-devel SDL-devel libcurl-devel alsa-lib-devel
|
||||||
|
libmodplug-devel libvorbis-devel libXpm-devel libjpeg-turbo-devel
|
||||||
|
xonotic-data>=${version}"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} -C source/darkplaces CPUOPTIMIZATIONS="${CFLAGS}" \
|
make ${makejobs} -C source/darkplaces CPUOPTIMIZATIONS="${CFLAGS}" \
|
||||||
|
@ -21,6 +24,7 @@ do_build() {
|
||||||
DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1 sv-release
|
DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1 sv-release
|
||||||
|
|
||||||
cd source/d0_blind_id
|
cd source/d0_blind_id
|
||||||
|
autoreconf -fi
|
||||||
./configure --prefix=/usr --disable-rijndael
|
./configure --prefix=/usr --disable-rijndael
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
@ -46,8 +50,8 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
xonotic_package() {
|
xonotic_package() {
|
||||||
depends="desktop-file-utils xonotic-data>=0.6.0"
|
depends="desktop-file-utils xonotic-data>=${version}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue