wok rev 10411

libksba: fix bdeps
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 24 13:07:06 2011 +0200 (2011-05-24)
parents 67722a44366c
children d1ad1340c827
files libksba/receipt
line diff
     1.1 --- a/libksba/receipt	Tue May 24 07:02:00 2011 +0000
     1.2 +++ b/libksba/receipt	Tue May 24 13:07:06 2011 +0200
     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.