summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-12-26 03:19:16 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-12-26 03:19:16 -0500
commitaa3aa4a78157b9515cfc67bd1d06ae540ecfd3e5 (patch)
tree2f2198079bc00d8522643a9bcc8ec99394e0c894
parent3a305391820d81b08732656ccb9ede8d7cbf7d33 (diff)
Removing nexuiz-data
-rw-r--r--pcr/nexuiz-data/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/pcr/nexuiz-data/PKGBUILD b/pcr/nexuiz-data/PKGBUILD
deleted file mode 100644
index 2f8aca6bc..000000000
--- a/pcr/nexuiz-data/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer (AUR): Andrei Alexeyev <akari@alienslab.net>
-
-# parabola changes and rationale:
-# no changes.
-
-pkgname=nexuiz-data
-pkgver=2.5.2
-pkgrel=1
-epoch=1
-arch=('any')
-pkgdesc="Fast-paced multiplayer first-person shooter (data files only)."
-url="http://www.alientrap.com/games/nexuiz/"
-license=("GPL")
-depends=()
-makedepends=('unzip')
-conflicts=('nexuiz')
-_zipfile="${pkgname%%-data}-${pkgver//./}.zip"
-source=("https://downloads.sourceforge.net/project/nexuiz/NexuizRelease/Nexuiz%20${pkgver}/${_zipfile}")
-noextract=("${_zipfile}")
-sha256sums=('a5e27ebcc9775c4a490d0d3536c32e4a8f8f96b038c0b6a78d1823c37a962000')
-
-# Prevent compressing final package
-PKGEXT='.pkg.tar'
-
-package() {
- install -dm755 "${pkgdir}/usr/share/nexuiz"
- unzip -j "${_zipfile}" Nexuiz/data/common-spog.pk3 Nexuiz/data/data20091001.pk3 -d "${pkgdir}/usr/share/nexuiz/data"
- find "${pkgdir}/usr/share/nexuiz" -type f -exec chmod 644 {} \;
-}