diff --git a/srcpkgs/warsow-data/template b/srcpkgs/warsow-data/template new file mode 100644 index 00000000000..548eb11b942 --- /dev/null +++ b/srcpkgs/warsow-data/template @@ -0,0 +1,22 @@ +# 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 " +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 +}