warsow-data: update to 1.5.

This commit is contained in:
Juan RP 2014-05-04 11:07:59 +02:00
parent 3e1441c369
commit b8e1522d3d

View File

@ -1,18 +1,20 @@
# Template file for 'warsow-data' # Template file for 'warsow-data'
pkgname=warsow-data pkgname=warsow-data
version=1.02 version=1.5
revision=3 revision=1
noarch="yes" noarch="yes"
wrksrc="warsow_${version}" wrksrc="warsow_15"
short_desc="Free online multiplayer competitive FPS based on the Qfusion engine (data files)" short_desc="Free online multiplayer competitive FPS based on the Qfusion engine (data files)"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="Warsow Content License - /usr/share/licenses/warsow/license.txt" license="Warsow Content License - /usr/share/licenses/warsow/license.txt"
homepage="http://www.warsow.net/" homepage="http://www.warsow.net/"
distfiles="http://www.warsow.net:1337/~warsow/${version}/warsow_${version}.tar.gz" distfiles="http://www.warsow.eu/warsow_15_unified.tar.gz"
checksum=fe7e1469347f30822b1919d1f3e36a27b72435067b88df6310d8a65760d8252a checksum=4b4715d45339bdabfc94d4385df4defac0974743061f63e6a025460ab24668d7
do_install() { do_install() {
vmkdir usr/share/warsow/basewsw vmkdir usr/share/warsow/basewsw
vcopy "basewsw/*" usr/share/warsow/basewsw vcopy "basewsw/*" usr/share/warsow/basewsw
find ${DESTDIR}/usr/share/warsow -type d | xargs chmod 755
find ${DESTDIR}/usr/share/warsow -type f | xargs chmod 644
vinstall docs/license.txt 644 usr/share/licenses/warsow vinstall docs/license.txt 644 usr/share/licenses/warsow
} }