diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
commit | 462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch) | |
tree | 11d4d3f054aae9ffd869adc634054f64a16d83b8 /~emulatorman/xonotic-data | |
parent | 748e32a3a886569b58a27003e85b76be5746153d (diff) |
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to '~emulatorman/xonotic-data')
-rw-r--r-- | ~emulatorman/xonotic-data/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/~emulatorman/xonotic-data/PKGBUILD b/~emulatorman/xonotic-data/PKGBUILD deleted file mode 100644 index 9ed60c78b..000000000 --- a/~emulatorman/xonotic-data/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $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 <emulatorman@parabola.nu> - -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: |