# HG changeset patch # User Christophe Lincoln # Date 1306170286 -7200 # Node ID 2ddc0a67b50f40e459518a8cb95ea1af869606d2 # Parent 94aa6ab5462c5db052bfc29bb08c5c62eaf545cf libxdg-basedir: can't cross (use native) diff -r 94aa6ab5462c -r 2ddc0a67b50f libxdg-basedir/receipt --- a/libxdg-basedir/receipt Mon May 23 19:01:25 2011 +0200 +++ b/libxdg-basedir/receipt Mon May 23 19:04:46 2011 +0200 @@ -8,6 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://n.ethz.ch/~nevillm/download/libxdg-basedir" WGET_URL="$WEB_SITE/$TARBALL" +CROSS="error" # Rules to configure and make the package. compile_rules() @@ -15,10 +16,9 @@ cd $src ./configure \ --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + --build=$HOST_SYSTEM \ + --host=$HOST_SYSTEM && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.