void-packages/srcpkgs/warsow-data/template

21 lines
765 B
Text
Raw Normal View History

2012-07-29 06:45:13 +00:00
# Template file for 'warsow-data'
pkgname=warsow-data
2014-06-23 08:11:25 +00:00
version=1.51
2014-05-04 09:07:59 +00:00
revision=1
noarch="yes"
2014-06-23 08:13:37 +00:00
wrksrc="warsow_15"
2014-04-07 10:50:58 +00:00
short_desc="Free online multiplayer competitive FPS based on the Qfusion engine (data files)"
2012-07-29 06:45:13 +00:00
maintainer="Juan RP <xtraeme@gmail.com>"
license="Warsow Content License - /usr/share/licenses/warsow/license.txt"
homepage="http://www.warsow.net/"
2014-06-23 08:11:25 +00:00
distfiles="http://www.warsow.eu/warsow_${version}_unified.tar.gz"
checksum=94510d85e4a245b5f8c0c715ae41b1d162c96e06dbfe75ccd99fffb9a76426b5
2012-07-29 06:45:13 +00:00
do_install() {
vmkdir usr/share/warsow/basewsw
vcopy "basewsw/*" usr/share/warsow/basewsw
2014-05-04 09:07:59 +00:00
find ${DESTDIR}/usr/share/warsow -type d | xargs chmod 755
find ${DESTDIR}/usr/share/warsow -type f | xargs chmod 644
2012-07-29 06:45:13 +00:00
vinstall docs/license.txt 644 usr/share/licenses/warsow
}