summaryrefslogtreecommitdiff
path: root/~emulatorman/xonotic-data/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-22 17:06:20 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-22 17:06:20 +0100
commit47d70348352503e92ba694a6a683f629eaa18215 (patch)
tree7fb6f5ec75596b795dee52cfa35e3ef00a047cfb /~emulatorman/xonotic-data/PKGBUILD
parentc0bcbcf4015ba2388cb0f0bd418e5242f9613b43 (diff)
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/hostapd/PKGBUILD community/discid/PKGBUILD community/dumb/PKGBUILD community/dynamite/PKGBUILD community/echat/PKGBUILD community/fbdump/PKGBUILD community/fldiff/PKGBUILD community/flightgear/PKGBUILD community/fonteditfs/PKGBUILD community/freehdl/PKGBUILD community/unclutter/PKGBUILD community/unpaper/PKGBUILD community/wmii/PKGBUILD community/xkeycaps/PKGBUILD community/xl2tpd/PKGBUILD community/xmmsctrl/PKGBUILD extra/gnutls/PKGBUILD extra/inkscape/PKGBUILD extra/ntp/PKGBUILD extra/transmission/PKGBUILD multilib/lib32-libpng/PKGBUILD testing/libreoffice/PKGBUILD
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: