summaryrefslogtreecommitdiff
path: root/community/rogue
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-07 00:08:35 -0800
committerroot <root@rshg054.dnsready.net>2013-02-07 00:08:35 -0800
commit8e5a0a990a12a59cadb687cae22a1960fce1660b (patch)
tree3a0fe8ce858eb0c6350bd2bcfaf7673f3b490f73 /community/rogue
parenta110e74fe4a31aebb09e0da6e407af69ed996837 (diff)
Thu Feb 7 00:08:35 PST 2013
Diffstat (limited to 'community/rogue')
-rw-r--r--community/rogue/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/rogue/PKGBUILD b/community/rogue/PKGBUILD
index 98de5901e..76ce5bb6a 100644
--- a/community/rogue/PKGBUILD
+++ b/community/rogue/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 79577 2012-11-08 06:32:13Z kkeen $
+# $Id: PKGBUILD 83922 2013-02-06 14:55:54Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
pkgname=rogue
pkgver=5.4.4
-pkgrel=2
+pkgrel=3
pkgdesc="The original dungeon crawl game."
arch=('i686' 'x86_64')
url="http://rogue.rogueforge.net/rogue-5-4/"
@@ -17,6 +17,10 @@ build() {
cd "$srcdir/$pkgname$pkgver"
./configure
make
+}
+
+package() {
+ cd "$srcdir/$pkgname$pkgver"
install -Dm755 rogue "$pkgdir/usr/bin/rogue"
install -Dm644 rogue.6 "$pkgdir/usr/share/man/man6/rogue.6"
install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE.TXT"