summaryrefslogtreecommitdiff
path: root/community/gnujump
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/gnujump
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/gnujump')
-rw-r--r--community/gnujump/PKGBUILD39
-rw-r--r--community/gnujump/gnujump.desktop8
2 files changed, 0 insertions, 47 deletions
diff --git a/community/gnujump/PKGBUILD b/community/gnujump/PKGBUILD
deleted file mode 100644
index 0da4248af..000000000
--- a/community/gnujump/PKGBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 82500 2013-01-19 17:34:43Z jsteel $
-# Maintainer: jsteel <mail at jsteel dot org>
-# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
-# Contributor: Patrik Ilg <p.ilg@arcor.de>
-
-pkgname=gnujump
-pkgver=1.0.8
-pkgrel=3
-pkgdesc="A clone of the simple yet addictive game Xjump"
-arch=('i686' 'x86_64')
-url="http://gnujump.es.gnu.org"
-license=('GPL3')
-depends=('libgl' 'sdl_image' 'sdl_mixer')
-makedepends=('mesa' 'glu')
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
- ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname.png
- $pkgname.desktop)
-md5sums=('a8bdd3402a9d12faa5835a2c41ef7b3e'
- 'aff6af66e632095aa3154e952571f9b5'
- 'd875e92130b669a4148908bc391a2a8c')
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
-
- LDFLAGS="-lm"
-
- ./configure --prefix=/usr
-
- make
-}
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
-
- make DESTDIR="$pkgdir"/ install
-
- install -Dm644 "$srcdir"/$pkgname.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
- install -Dm644 "$srcdir"/$pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
-}
diff --git a/community/gnujump/gnujump.desktop b/community/gnujump/gnujump.desktop
deleted file mode 100644
index 9e9d14739..000000000
--- a/community/gnujump/gnujump.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=GNUjump
-Comment=A clone of the simple yet addictive game Xjump
-Exec=gnujump
-Icon=gnujump.png
-Terminal=false
-Categories=Game;ArcadeGame;