2012-04-06 10:22:13 +02:00
|
|
|
# Template file for 'xonotic-data-low'
|
|
|
|
pkgname=xonotic-data-low
|
2013-06-11 11:19:55 +02:00
|
|
|
version=0.7.0
|
2014-04-07 12:39:23 +02:00
|
|
|
revision=3
|
2012-04-06 10:22:13 +02:00
|
|
|
wrksrc="Xonotic"
|
|
|
|
homepage="http://xonotic.org"
|
|
|
|
license="GPL-2, GPL-3"
|
|
|
|
distfiles="http://dl.xonotic.org/xonotic-${version}-low.zip"
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="unzip"
|
2014-01-01 16:10:11 +01:00
|
|
|
noarch="yes"
|
|
|
|
replaces="xonotic-data>=0"
|
2014-02-01 17:01:01 +01:00
|
|
|
provides="xonotic-data-${version}_${revision}"
|
|
|
|
short_desc="A free, fast-paced crossplatform FPS (Lower Quality data files)"
|
2012-04-06 10:22:13 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-06-11 11:19:55 +02:00
|
|
|
checksum=35a0e3c299ded3ee0e0b60cba94fed0ea844055972bb2e0a770497018a21711b
|
2012-04-06 10:22:13 +02:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vmkdir usr/share/xonotic
|
|
|
|
cp -a data ${DESTDIR}/usr/share/xonotic
|
|
|
|
vinstall key_0.d0pk 644 usr/share/xonotic
|
|
|
|
}
|