summaryrefslogtreecommitdiff
path: root/community/hex-a-hop/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/hex-a-hop/PKGBUILD')
-rw-r--r--community/hex-a-hop/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/hex-a-hop/PKGBUILD b/community/hex-a-hop/PKGBUILD
index 4a1715e85..463305627 100644
--- a/community/hex-a-hop/PKGBUILD
+++ b/community/hex-a-hop/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 65596 2012-02-21 09:23:24Z spupykin $
+# $Id: PKGBUILD 114031 2014-07-01 12:21:12Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: insulae <insulae@gmail.com>
pkgname=hex-a-hop
pkgver=1.1.0
-pkgrel=3
+pkgrel=4
pkgdesc='Hex-a-hop is a puzzle game based on hexagonal tiles'
arch=('i686' 'x86_64')
url='http://hexahop.sourceforge.net/'
@@ -21,6 +21,10 @@ build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr
make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
make install DESTDIR=${pkgdir}
install -Dm0644 $srcdir/hex-a-hop.desktop $pkgdir/usr/share/applications/hex-a-hop.desktop
}