# HG changeset patch # User Christophe Lincoln # Date 1306108956 -7200 # Node ID 42c1899be1f3c983ea3512c5c4979ac0deefe9ea # Parent 720c4148ff555984862865b7d0c4414919bc836e libgcrypt: can't cross (use default) diff -r 720c4148ff55 -r 42c1899be1f3 libgcrypt/receipt --- a/libgcrypt/receipt Mon May 23 01:44:08 2011 +0200 +++ b/libgcrypt/receipt Mon May 23 02:02:36 2011 +0200 @@ -5,20 +5,22 @@ CATEGORY="security" SHORT_DESC="Cryptographic library based on GnuPG" MAINTAINER="erjo@slitaz.org" -DEPENDS="libgpg-error" -BUILD_DEPENDS="libgpg-error-dev libgpg-error" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnupg.org/" WGET_URL="ftp://ftp.gnupg.org/gcrypt/libgcrypt/$TARBALL" +CROSS="bug" + +DEPENDS="libgpg-error" +BUILD_DEPENDS="libgpg-error-dev" # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure \ + --build=$HOST_SYSTEM \ + --host=$HOST_SYSTEM && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.