[arch-commits] Commit in rogue/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Sep 6 19:41:02 UTC 2015
Date: Sunday, September 6, 2015 @ 21:41:02
Author: foutrelis
Revision: 139348
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
rogue/repos/community-staging-i686/
rogue/repos/community-staging-i686/PKGBUILD
(from rev 139347, rogue/trunk/PKGBUILD)
rogue/repos/community-staging-x86_64/
rogue/repos/community-staging-x86_64/PKGBUILD
(from rev 139347, rogue/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 28 ++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 28 ++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
Copied: rogue/repos/community-staging-i686/PKGBUILD (from rev 139347, rogue/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 19:41:02 UTC (rev 139348)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+pkgname=rogue
+pkgver=5.4.4
+pkgrel=5
+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"
+}
+
Copied: rogue/repos/community-staging-x86_64/PKGBUILD (from rev 139347, rogue/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-06 19:41:02 UTC (rev 139348)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+pkgname=rogue
+pkgver=5.4.4
+pkgrel=5
+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"
+}
+
More information about the arch-commits
mailing list