wok diff libtorrent/receipt @ rev 10802

glib-networking: Fixed it to use offical source url. Please remove source tarball on tank or this package will not build.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jun 04 08:51:01 2011 +0000 (2011-06-04)
parents 3541e02e9ad4
children e8dfa7a938d8
line diff
     1.1 --- a/libtorrent/receipt	Sun Sep 12 14:30:08 2010 +0000
     1.2 +++ b/libtorrent/receipt	Sat Jun 04 08:51:01 2011 +0000
     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.