wok rev 5814

libassuan: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 12 21:58:39 2010 +0200 (2010-07-12)
parents 94b3a260a657
children e28130ae7dac
files libassuan/receipt
line diff
     1.1 --- a/libassuan/receipt	Mon Jul 12 21:45:53 2010 +0200
     1.2 +++ b/libassuan/receipt	Mon Jul 12 21:58:39 2010 +0200
     1.3 @@ -8,6 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.gnupg.org/"
     1.6  WGET_URL="ftp://ftp.gnupg.org/gcrypt/$PACKAGE/$TARBALL"
     1.7 +BUILD_DEPENDS="python"	# do not skip /usr/lib/libassuan-pth.a
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11 @@ -16,7 +17,7 @@
    1.12  	./configure \
    1.13  		--prefix=/usr \
    1.14  		$CONFIGURE_ARGS &&
    1.15 -	make &&
    1.16 +	make -j 4 &&
    1.17  	make DESTDIR=$PWD/_pkg install
    1.18  }
    1.19