xonotic: update to 0.7.0.

This commit is contained in:
Juan RP 2013-06-11 10:26:13 +02:00
parent f4cbe3b9c6
commit a8f70b85bb
1 changed files with 11 additions and 7 deletions

View File

@ -1,16 +1,19 @@
# Template file for 'xonotic'
pkgname=xonotic
version=0.6.0
revision=2
version=0.7.0
revision=1
wrksrc="Xonotic"
homepage="http://xonotic.org"
license="GPL-2, GPL-3"
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"
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() {
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
cd source/d0_blind_id
autoreconf -fi
./configure --prefix=/usr --disable-rijndael
make ${makejobs}
}
@ -46,8 +50,8 @@ do_install() {
}
xonotic_package() {
depends="desktop-file-utils xonotic-data>=0.6.0"
depends="desktop-file-utils xonotic-data>=${version}"
pkg_install() {
vmove usr
vmove all
}
}