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

Allan McRae allan at archlinux.org
Thu Aug 21 12:43:51 UTC 2008


    Date: Thursday, August 21, 2008 @ 08:43:50
  Author: allan
Revision: 9978

upgpkg: yabasic 2.763-4
    ncurses rebuild

Modified:
  yabasic/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-21 11:52:27 UTC (rev 9977)
+++ PKGBUILD	2008-08-21 12:43:50 UTC (rev 9978)
@@ -4,7 +4,7 @@
 
 pkgname=yabasic
 pkgver=2.763
-pkgrel=3
+pkgrel=4
 pkgdesc="Yet Another Basic"
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom:Artistic')
@@ -16,12 +16,17 @@
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  [ "$CARCH" == "x86_64" ] && libtoolize --copy --force
+
+  libtoolize --copy --force
+  aclocal
+  autoheader
+  autoconf
+  automake -a -c -i
+
   ./configure --prefix=/usr
   make || return 1
   make prefix=$startdir/pkg/usr install
   install -Dm644 ARTISTIC ${pkgdir}/usr/share/licenses/yabasic/Artistic
-  mv ${pkgdir}/usr/man ${pkgdir}/usr/share
 }
 
 




More information about the arch-commits mailing list