summaryrefslogtreecommitdiff
path: root/community/hex-a-hop
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/hex-a-hop
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/hex-a-hop')
-rw-r--r--community/hex-a-hop/PKGBUILD26
-rw-r--r--community/hex-a-hop/hex-a-hop.desktop11
2 files changed, 0 insertions, 37 deletions
diff --git a/community/hex-a-hop/PKGBUILD b/community/hex-a-hop/PKGBUILD
deleted file mode 100644
index 4a1715e85..000000000
--- a/community/hex-a-hop/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 65596 2012-02-21 09:23:24Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: insulae <insulae@gmail.com>
-
-pkgname=hex-a-hop
-pkgver=1.1.0
-pkgrel=3
-pkgdesc='Hex-a-hop is a puzzle game based on hexagonal tiles'
-arch=('i686' 'x86_64')
-url='http://hexahop.sourceforge.net/'
-license=('GPL')
-depends=('sdl_mixer' 'sdl_ttf' 'gcc-libs')
-makedepends=()
-options=()
-source=("http://downloads.sourceforge.net/project/hexahop/$pkgver/hex-a-hop-$pkgver.tar.gz"
- "hex-a-hop.desktop")
-md5sums=('cc8d065c2cc0fce9e08852b8c465175e'
- '048ff7975024ae1eda3164620f594c09')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make
- make install DESTDIR=${pkgdir}
- install -Dm0644 $srcdir/hex-a-hop.desktop $pkgdir/usr/share/applications/hex-a-hop.desktop
-}
diff --git a/community/hex-a-hop/hex-a-hop.desktop b/community/hex-a-hop/hex-a-hop.desktop
deleted file mode 100644
index 3a0ea92af..000000000
--- a/community/hex-a-hop/hex-a-hop.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Hex-a-Hop
-GenericName=Hexagonal Tile-based Puzzle Game
-Comment=Hexagonal Tile-based Puzzle Game
-Exec=/usr/bin/hex-a-hop
-Terminal=false
-MultipleArgs=false
-Type=Application
-Icon=/usr/share/hex-a-hop/icon.bmp
-Categories=Game;ArcadeGame