wok-6.x diff libassuan/receipt @ rev 6193
Up: buildbot to 0.8.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Sep 10 21:44:31 2010 +0000 (2010-09-10) |
parents | 43aeb1ee8074 |
children | b084f9ed4a92 |
line diff
1.1 --- a/libassuan/receipt Thu Sep 10 00:46:30 2009 +0200 1.2 +++ b/libassuan/receipt Fri Sep 10 21:44:31 2010 +0000 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