# HG changeset patch # User Christophe Lincoln # Date 1306147440 -7200 # Node ID d7a6899842fd32a9316425ff4c8a3745fac1d426 # Parent 65309b24902c718c6f74e7286f611545d683f521 libtorrent: no cross for now diff -r 65309b24902c -r d7a6899842fd libtorrent/receipt --- a/libtorrent/receipt Mon May 23 12:30:01 2011 +0200 +++ b/libtorrent/receipt Mon May 23 12:44:00 2011 +0200 @@ -8,7 +8,9 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://libtorrent.rakshasa.no/" WGET_URL="http://libtorrent.rakshasa.no/downloads/$TARBALL" -DEPENDS="curl libsigc++ openssl gcc-lib-base" +CROSS="bug: can not run test program" + +DEPENDS="curl libsigc++ openssl" BUILD_DEPENDS="curl-dev libsigc++-dev openssl-dev" # Rules to configure and make the package. @@ -16,12 +18,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.