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
1 changed files with 7 additions and 5 deletions

View File

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