[arch-commits] CVS update of arch/build/base/autoconf (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Aug 5 16:03:44 UTC 2007


    Date: Sunday, August 5, 2007 @ 12:03:44
  Author: jgc
    Path: /home/cvs-arch/arch/build/base/autoconf

Modified: PKGBUILD (1.21 -> 1.22)

Cleanup PKGBUILDs, remove old patches, add licenses, fix source URLs


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


Index: arch/build/base/autoconf/PKGBUILD
diff -u arch/build/base/autoconf/PKGBUILD:1.21 arch/build/base/autoconf/PKGBUILD:1.22
--- arch/build/base/autoconf/PKGBUILD:1.21	Sat Dec 23 12:05:06 2006
+++ arch/build/base/autoconf/PKGBUILD	Sun Aug  5 12:03:44 2007
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD,v 1.21 2006/12/23 17:05:06 tpowa Exp $
+# $Id: PKGBUILD,v 1.22 2007/08/05 16:03:44 jgc Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=autoconf
 pkgver=2.61
 pkgrel=1
 pkgdesc="A GNU tool for automatically configuring source code"
 arch=(i686 x86_64)
+license=('GPL')
 url="http://www.gnu.org/software/autoconf"
 depends=('awk' 'm4' 'diffutils' 'bash')
+options=('!makeflags')
 source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('51f472f71a6a04850a0f0126bf594cdb')
 
 build() {
-  export MAKEFLAGS="-j1"
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make DESTDIR=$startdir/pkg install
 }




More information about the arch-commits mailing list