# HG changeset patch # User Christophe Lincoln # Date 1306235226 -7200 # Node ID 871621a595444b25a029f7d22f931bf511e2624a # Parent 67722a44366cd8ea2cadcb5cd02293db6d80d849 libksba: fix bdeps diff -r 67722a44366c -r 871621a59544 libksba/receipt --- a/libksba/receipt Tue May 24 07:02:00 2011 +0000 +++ b/libksba/receipt Tue May 24 13:07:06 2011 +0200 @@ -6,10 +6,12 @@ SHORT_DESC="Library to work with X.509 certificates, CMS data and related objects." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" -DEPENDS="libgpg-error" WEB_SITE="http://www.gnupg.org/related_software/libksba/" WGET_URL="ftp://ftp.gnupg.org/gcrypt/$PACKAGE/$TARBALL" +DEPENDS="libgpg-error" +BUILD_DEPENDS="libgpg-error-dev" + # Rules to configure and make the package. compile_rules() { @@ -17,8 +19,7 @@ ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.