[arch-commits] Commit in yabasic/repos (testing-i686 testing-i686/PKGBUILD)

Allan McRae allan at archlinux.org
Thu Aug 21 12:47:42 UTC 2008


    Date: Thursday, August 21, 2008 @ 08:47:42
  Author: allan
Revision: 9981

Merged revisions 9420-9980 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/yabasic/trunk

........
  r9978 | allan | 2008-08-21 22:43:50 +1000 (Thu, 21 Aug 2008) | 2 lines
  
  upgpkg: yabasic 2.763-4
      ncurses rebuild
........

Modified:
  yabasic/repos/testing-i686/	(properties)
  yabasic/repos/testing-i686/PKGBUILD

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


Property changes on: yabasic/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /yabasic/trunk:1-9419
   + /yabasic/trunk:1-9980

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-08-21 12:44:27 UTC (rev 9980)
+++ testing-i686/PKGBUILD	2008-08-21 12:47:42 UTC (rev 9981)
@@ -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