[arch-commits] CVS update of arch/build/lib/libelf (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun May 27 10:33:16 UTC 2007


    Date: Sunday, May 27, 2007 @ 06:33:16
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/lib/libelf

Modified: PKGBUILD (1.2 -> 1.3)

updatepkg 0.8.9


----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


Index: arch/build/lib/libelf/PKGBUILD
diff -u arch/build/lib/libelf/PKGBUILD:1.2 arch/build/lib/libelf/PKGBUILD:1.3
--- arch/build/lib/libelf/PKGBUILD:1.2	Mon Sep 11 03:00:58 2006
+++ arch/build/lib/libelf/PKGBUILD	Sun May 27 06:33:16 2007
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD,v 1.2 2006/09/11 07:00:58 andyrtr Exp $
+# $Id: PKGBUILD,v 1.3 2007/05/27 10:33:16 andyrtr Exp $
 # Maintainer: arjan <arjan at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=libelf
-pkgver=0.8.6
+pkgver=0.8.9
 pkgrel=1
 pkgdesc="libelf is a free ELF object file access library"
 arch=(i686 x86_64)
+license=('GPL')
 source=(http://www.mr511.de/software/$pkgname-$pkgver.tar.gz)
 url="http://directory.fsf.org/libs/misc/libelf.html"
 depends=('glibc')
-md5sums=('d444fb0068cdfed01bb1fd1e91d29270')
+options=(!makeflags)
+md5sums=('11904a77b948bcfab671e80100b6098d')
 
 build() {
-    export MAKEFLAGS="-j1"
     cd $startdir/src/$pkgname-$pkgver
     ./configure --prefix=/usr --enable-shared --enable-gnu-names
     make || return 1




More information about the arch-commits mailing list