wok-stable diff libksba/receipt @ rev 10728

Fixed all sourced slitaz-dev-tools receipts. The way cook works is it keeps the .hg folder when downloading mecurial sources. By downloading the $VERSION.tar.bz2 and renaming it $SOURCE-$VERSION.tar.bz2 we don't keep the .hg folder in source tarball. Repos will be backup on source dvd anyway so this does save a little bit of space.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 28 21:18:14 2011 +0000 (2011-05-28)
parents 8752c40cc534
children
line diff
     1.1 --- a/libksba/receipt	Sun Feb 28 16:17:14 2010 +0100
     1.2 +++ b/libksba/receipt	Sat May 28 21:18:14 2011 +0000
     1.3 @@ -6,10 +6,12 @@
     1.4  SHORT_DESC="Library to work with X.509 certificates, CMS data and related objects."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.7 -DEPENDS="libgpg-error"
     1.8  WEB_SITE="http://www.gnupg.org/related_software/libksba/"
     1.9  WGET_URL="ftp://ftp.gnupg.org/gcrypt/$PACKAGE/$TARBALL"
    1.10  
    1.11 +DEPENDS="libgpg-error"
    1.12 +BUILD_DEPENDS="libgpg-error-dev"
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {
    1.17 @@ -17,8 +19,7 @@
    1.18  	./configure \
    1.19  		--prefix=/usr \
    1.20  		$CONFIGURE_ARGS &&
    1.21 -	make &&
    1.22 -	make DESTDIR=$PWD/_pkg install
    1.23 +	make && make install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.