void-packages/srcpkgs/xonotic-data-low/template
2015-01-20 10:32:37 +01:00

22 lines
651 B
Bash

# Template file for 'xonotic-data-low'
pkgname=xonotic-data-low
version=0.8.0
revision=1
wrksrc="Xonotic"
homepage="http://xonotic.org"
license="GPL-2, GPL-3"
distfiles="http://dl.xonotic.org/xonotic-${version}-low.zip"
hostmakedepends="unzip"
noarch="yes"
replaces="xonotic-data>=0"
provides="xonotic-data-${version}_${revision}"
short_desc="A free, fast-paced crossplatform FPS (Lower Quality data files)"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=a6dd24a3f0b86857d2b1bb3222dfcdd80dffca8d6b759e29fa6af0b148e01322
do_install() {
vmkdir usr/share/xonotic
cp -a data ${DESTDIR}/usr/share/xonotic
vinstall key_0.d0pk 644 usr/share/xonotic
}