From 0908432f99d951c9c3567de18158bdd95d72041a Mon Sep 17 00:00:00 2001 From: davehome Date: Fri, 6 Apr 2012 02:22:13 -0600 Subject: [PATCH] New package: xonotic-data-low-0.6.0. --- srcpkgs/xonotic-data-low/template | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 srcpkgs/xonotic-data-low/template diff --git a/srcpkgs/xonotic-data-low/template b/srcpkgs/xonotic-data-low/template new file mode 100644 index 0000000000..80ce469c18 --- /dev/null +++ b/srcpkgs/xonotic-data-low/template @@ -0,0 +1,30 @@ +# Template file for 'xonotic-data-low' +pkgname=xonotic-data-low +version=0.6.0 +noarch=yes +wrksrc="Xonotic" +homepage="http://xonotic.org" +license="GPL-2, GPL-3" +distfiles="http://dl.xonotic.org/xonotic-${version}-low.zip" +short_desc="A free, fast-paced crossplatform FPS (LQ data files)" +maintainer="Juan RP " +checksum=66b94b28d5013d53f757db431c97e1e55d0ef55dc959f14dd2b82ed9613d16ef +long_desc=" + Xonotic is $short_desc. + + This package contains the lower quality data files. + + Uses JPEG texture compression instead of using DDS textures compiled with S3TC. + This build has smaller file size and has better support for opensource/legacy + drivers, but the textures take slightly longer while loading the game." + +provides="xonotic-data-9999" +replaces="xonotic-data>=0" + +Add_dependency build unzip + +do_install() { + vmkdir usr/share/xonotic + cp -a data ${DESTDIR}/usr/share/xonotic + vinstall key_0.d0pk 644 usr/share/xonotic +}