wok-6.x diff libtorrent/receipt @ rev 10400
usbutils: put ids file in /usr/share/misc and use gzip one. Also include usb-device and hid dump
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 24 03:05:34 2011 +0200 (2011-05-24) |
parents | 3541e02e9ad4 |
children | e8dfa7a938d8 |
line diff
1.1 --- a/libtorrent/receipt Sun Sep 12 14:30:08 2010 +0000 1.2 +++ b/libtorrent/receipt Tue May 24 03:05:34 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.