New package: warsow-data-1.0.
This commit is contained in:
parent
844a2d2db3
commit
557e6c3595
1 changed files with 22 additions and 0 deletions
22
srcpkgs/warsow-data/template
Normal file
22
srcpkgs/warsow-data/template
Normal file
|
@ -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 <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
|
||||
}
|
Loading…
Reference in a new issue