summaryrefslogtreecommitdiff
path: root/community/rogue
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/rogue
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/rogue')
-rw-r--r--community/rogue/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/rogue/PKGBUILD b/community/rogue/PKGBUILD
deleted file mode 100644
index 76ce5bb6a..000000000
--- a/community/rogue/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 83922 2013-02-06 14:55:54Z kkeen $
-# Maintainer: Kyle Keen <keenerd@gmail.com>
-pkgname=rogue
-pkgver=5.4.4
-pkgrel=3
-pkgdesc="The original dungeon crawl game."
-arch=('i686' 'x86_64')
-url="http://rogue.rogueforge.net/rogue-5-4/"
-license=('custom')
-depends=('ncurses')
-provides=('rouge') # so the illiterate can find it in searches too
-#source=(http://rogue.rogueforge.net/files/rogue5.4/$pkgname$pkgver-src.tar.gz)
-source=(http://www.sourcefiles.org/Games/Role_Play/$pkgname$pkgver-src.tar.gz)
-md5sums=('033288f46444b06814c81ea69d96e075')
-
-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"
-}
-