wok diff libksba/receipt @ rev 15044

Qt4-qca-ossl: no libqca-ossl.so.debug
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 16:28:51 2013 +0000 (2013-08-12)
parents 8752c40cc534
children 8f447cf2eee5
line diff
     1.1 --- a/libksba/receipt	Sun Feb 28 16:17:14 2010 +0100
     1.2 +++ b/libksba/receipt	Mon Aug 12 16:28:51 2013 +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.