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

Allan McRae allan at archlinux.org
Sun Aug 17 05:22:55 UTC 2008


    Date: Sunday, August 17, 2008 @ 01:22:55
  Author: allan
Revision: 9214

upgpkg: gnugo 3.7.12-2
    ncurses rebuild

Modified:
  gnugo/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 05:18:13 UTC (rev 9213)
+++ PKGBUILD	2008-08-17 05:22:55 UTC (rev 9214)
@@ -5,15 +5,13 @@
 
 pkgname=gnugo
 pkgver=3.7.12
-pkgrel=1
+pkgrel=2
 pkgdesc="This sofware is a program that plays the game of Go"
 arch=('i686' 'x86_64')
-license=('GPL3')
+license=('GPL' 'custom')
 #source=(http://ftp.gnu.org/gnu/gnugo/$pkgname-$pkgver.tar.gz)
 source=(http://match.stanford.edu/gnugo/archive/gnugo-$pkgver.tar.gz \
 	'LICENSE')
-license=('GPL' 'custom')
-arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gnugo/"
 depends=('ncurses' 'glibc')
 md5sums=('843c747edf2bcc0ff1f98514b164a7c4'
@@ -24,6 +22,7 @@
     ./configure --prefix=/usr
     make || return 1
     make prefix=$startdir/pkg/usr install
+    rm ${pkgdir}/usr/share/info/dir
     
     install -Dm644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }




More information about the arch-commits mailing list