wok-6.x diff libtorrent/receipt @ rev 19644
dev86: update post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 21 15:22:15 2017 +0100 (2017-01-21) |
parents | b18dfc65984c |
children | 51370c1650e9 |
line diff
1.1 --- a/libtorrent/receipt Fri Jan 24 03:00:29 2014 +0000 1.2 +++ b/libtorrent/receipt Sat Jan 21 15:22:15 2017 +0100 1.3 @@ -9,7 +9,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 -CROSS="bug: can not run test program" 1.8 + 1.9 +CROSS_BUGS="bug: can not run test program" 1.10 +#HOST_ARCH="i486 arm" 1.11 1.12 DEPENDS="curl libsigc++ openssl" 1.13 BUILD_DEPENDS="curl-dev libsigc++-dev openssl-dev" 1.14 @@ -17,10 +19,8 @@ 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 - cd $src 1.19 ./configure \ 1.20 - --build=$HOST_SYSTEM \ 1.21 - --host=$HOST_SYSTEM && 1.22 + $CONFIGURE_ARGS && 1.23 make && make install 1.24 } 1.25