diff options
Diffstat (limited to '~emulatorman/xonotic-data/PKGBUILD')
-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: |