summaryrefslogtreecommitdiff
path: root/~emulatorman/xonotic-data/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to '~emulatorman/xonotic-data/PKGBUILD')
-rw-r--r--~emulatorman/xonotic-data/PKGBUILD29
1 files changed, 29 insertions, 0 deletions
diff --git a/~emulatorman/xonotic-data/PKGBUILD b/~emulatorman/xonotic-data/PKGBUILD
new file mode 100644
index 000000000..114954fc3
--- /dev/null
+++ b/~emulatorman/xonotic-data/PKGBUILD
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 35989 2010-12-25 03:22:46Z svenstaro $
+# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
+# Contributor: Alexander Suhoverhov <cy at ngs dot ru>
+# Contributor (Parabola): André Silva <andre.paulista@adinet.com.uy>
+
+pkgname=xonotic-data
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="A free, fast-paced crossplatform first-person shooter (data files)"
+arch=('any')
+url="http://xonotic.org"
+license=('GPL')
+depends=()
+makedepends=('unzip')
+source=("http://dl.xonotic.org/xonotic-${pkgver}.zip")
+md5sums=('cdadb384ccf9cad926bb377312832c2f')
+
+build() {
+ cd $srcdir/Xonotic/source/darkplaces
+}
+
+package() {
+ cd $srcdir/Xonotic
+
+ # data
+ mkdir -p $pkgdir/usr/share/xonotic/
+ mv $srcdir/Xonotic/data $pkgdir/usr/share/xonotic/
+}
+# vim: ts=2:sw=2 et: