void-packages/srcpkgs/warsow-data/template
2012-07-29 08:45:13 +02:00

23 lines
724 B
Plaintext

# Template file for 'warsow-data'
pkgname=warsow-data
version=1.0
revision=1
noarch=yes
wrksrc="warsow_${version}"
short_desc="Warsow FPS 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://gammahoo.de/warsow1.0/warsow_${version}_unified.tar.gz"
checksum=f933d251de4c92b6107d4db1eef5326baf4873d32a6e2f1c3daae14bc92e85ec
long_desc="
A free online multiplayer competitive FPS based on the Qfusion engine.
This package contains the data files."
do_install() {
vmkdir usr/share/warsow/basewsw
vcopy "basewsw/*" usr/share/warsow/basewsw
vinstall docs/license.txt 644 usr/share/licenses/warsow
}