wok rev 10376

libtorrent: no cross for now
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 23 12:44:00 2011 +0200 (2011-05-23)
parents 65309b24902c
children cb960ec47b53
files libtorrent/receipt
line diff
     1.1 --- a/libtorrent/receipt	Mon May 23 12:30:01 2011 +0200
     1.2 +++ b/libtorrent/receipt	Mon May 23 12:44:00 2011 +0200
     1.3 @@ -8,7 +8,9 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://libtorrent.rakshasa.no/"
     1.6  WGET_URL="http://libtorrent.rakshasa.no/downloads/$TARBALL"
     1.7 -DEPENDS="curl libsigc++ openssl gcc-lib-base"
     1.8 +CROSS="bug: can not run test program"
     1.9 +
    1.10 +DEPENDS="curl libsigc++ openssl"
    1.11  BUILD_DEPENDS="curl-dev libsigc++-dev openssl-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14 @@ -16,12 +18,9 @@
    1.15  {
    1.16  	cd $src
    1.17  	./configure \
    1.18 -		--prefix=/usr \
    1.19 -		--infodir=/usr/share/info \
    1.20 -		--mandir=/usr/share/man \
    1.21 -		$CONFIGURE_ARGS &&
    1.22 -	make &&
    1.23 -	make DESTDIR=$PWD/_pkg install
    1.24 +		--build=$HOST_SYSTEM \
    1.25 +		--host=$HOST_SYSTEM &&
    1.26 +	make && make install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.