[arch-commits] Commit in nppangband/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Mon Aug 4 20:16:26 UTC 2008


    Date: Monday, August 4, 2008 @ 16:16:26
  Author: ronald
Revision: 7863

fix license & download link

Modified:
  nppangband/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-04 20:16:21 UTC (rev 7862)
+++ PKGBUILD	2008-08-04 20:16:26 UTC (rev 7863)
@@ -7,7 +7,10 @@
 pkgdesc="A variant of Angband that attempts to take popular ideas from other variants"
 url="http://members.cox.net/nppangband/"
 depends=('ncurses' 'libxaw')
-source=(http://members.cox.net/nppangband/NPPAngband-0.4.1-Source.zip)
+#source=(http://members.cox.net/nppangband/NPPAngband-0.4.1-Source.zip)
+source=(http://www.furytech.net/files/Variant/NPPAngband/NPPAngband-0.4.1-Source.zip)
+license=('custom')
+arch=('i686' 'x86_64')
 md5sums=('ed03a27b7575cd806e31609529736716')
 
 
@@ -21,4 +24,8 @@
   cp -R $startdir/src/NPPAngband-Source-v0.4.1/lib $startdir/pkg/usr/lib/nppangband/
   chmod -R 775 $startdir/pkg/usr/lib/nppangband/
   chown -R root:users $startdir/pkg/usr/lib/nppangband/
+
+  # install custom license
+  install -Dm644 $srcdir/NPPAngband-Source-v0.4.1/COPYING \
+  	$pkgdir/usr/share/licenses/$pkgname/COPYING
 }




More information about the arch-commits mailing list