void-packages/srcpkgs/xonotic-data/template

27 lines
669 B
Text
Raw Normal View History

2012-04-05 21:07:49 +00:00
# Template file for 'xonotic-data'
pkgname=xonotic-data
version=0.6.0
2012-04-06 08:54:49 +00:00
revision=1
2012-04-05 21:07:49 +00:00
noarch=yes
wrksrc="Xonotic"
homepage="http://xonotic.org"
license="GPL-2, GPL-3"
distfiles="http://dl.xonotic.org/xonotic-${version}.zip"
makedepends="unzip"
2012-04-05 21:07:49 +00:00
short_desc="A free, fast-paced crossplatform first-person shooter (data files)"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=e8a7dbfdea1ba6250ddf363f01899411f22e518526fae4f0b4f90d622fab3819
long_desc="
Xonotic is $short_desc.
This package contains the data files."
2012-04-06 08:54:49 +00:00
replaces="xonotic-data>=0"
2012-04-06 08:21:04 +00:00
2012-04-05 21:07:49 +00:00
do_install() {
vmkdir usr/share/xonotic
cp -a data ${DESTDIR}/usr/share/xonotic
vinstall key_0.d0pk 644 usr/share/xonotic
}