wok diff libassuan/receipt @ rev 5993

krb5: Upgrade to 1.8.3
author Matthew Sheets <rcx@zoominternet.net>
date Sat Aug 14 12:54:03 2010 +0000 (2010-08-14)
parents 43aeb1ee8074
children b084f9ed4a92
line diff
     1.1 --- a/libassuan/receipt	Thu Sep 10 00:46:30 2009 +0200
     1.2 +++ b/libassuan/receipt	Sat Aug 14 12:54:03 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