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

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


    Date: Sunday, August 17, 2008 @ 02:22:16
  Author: allan
Revision: 9340

upgpkg: pente 2.2.5-3
    ncurses rebuild

Modified:
  pente/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 06:22:08 UTC (rev 9339)
+++ PKGBUILD	2008-08-17 06:22:16 UTC (rev 9340)
@@ -3,21 +3,22 @@
 # Contributor: Lukas Sabota <punkrockguy318 at comcast.net>
 pkgname=pente
 pkgver=2.2.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A five in a row game that can be played with X, curses, or text."
+arch=('i686' 'x86_64')
+license=('GPL2')
 url="http://www.igoweb.org/~wms/comp/pente/"
 depends=('ncurses' 'termcap-compat' 'libx11')
+makedepends=('libxt')
 source=(http://www.igoweb.org/~wms/comp/pente/$pkgname-$pkgver.tar.gz)
-license=('GPL2')
-arch=('i686' 'x86_64')
 md5sums=('af1d851f1e2e0b41c52ea2772fbd5cc0')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr 
   make || return 1
   mkdir -p $startdir/pkg/usr/bin/
-  mkdir -p $startdir/pkg/usr/man/man6/
-  cp pente-i686-Linux $startdir/pkg/usr/bin/pente
-  cp man6/pente.6 $startdir/pkg/usr/man/man6/pente.6
+  mkdir -p $startdir/pkg/usr/share/man/man6/
+  cp pente-$CARCH-Linux $startdir/pkg/usr/bin/pente
+  cp man6/pente.6 $startdir/pkg/usr/share/man/man6/pente.6
 }




More information about the arch-commits mailing list