wok-next annotate libtorrent/receipt @ rev 16637
ruby-dev: add gem
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 12 10:25:37 2014 +0000 (2014-05-12) |
parents | b18dfc65984c |
children | c4e53a39395a |
rev | line source |
---|---|
mimas@2018 | 1 # SliTaz package receipt. |
mimas@2018 | 2 |
mimas@2018 | 3 PACKAGE="libtorrent" |
slaxemulator@15812 | 4 VERSION="0.13.3" |
mimas@2018 | 5 CATEGORY="network" |
mimas@2018 | 6 SHORT_DESC="Torrent library for rtorrent" |
mimas@2018 | 7 MAINTAINER="mimas@slitaz.org" |
pascal@14718 | 8 LICENSE="GPL2" |
mimas@2018 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
mimas@2018 | 10 WEB_SITE="http://libtorrent.rakshasa.no/" |
mimas@2018 | 11 WGET_URL="http://libtorrent.rakshasa.no/downloads/$TARBALL" |
pankso@16477 | 12 |
pankso@16477 | 13 CROSS_BUGS="bug: can not run test program" |
pankso@16477 | 14 #HOST_ARCH="i486 arm" |
pankso@10376 | 15 |
pankso@10376 | 16 DEPENDS="curl libsigc++ openssl" |
mimas@2018 | 17 BUILD_DEPENDS="curl-dev libsigc++-dev openssl-dev" |
mimas@2018 | 18 |
mimas@2018 | 19 # Rules to configure and make the package. |
mimas@2018 | 20 compile_rules() |
mimas@2018 | 21 { |
mimas@2018 | 22 ./configure \ |
pankso@16477 | 23 $CONFIGURE_ARGS && |
pankso@10376 | 24 make && make install |
mimas@2018 | 25 } |
mimas@2018 | 26 |
mimas@2018 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
mimas@2018 | 28 genpkg_rules() |
mimas@2018 | 29 { |
mimas@2018 | 30 mkdir -p $fs/usr/lib |
pascal@14718 | 31 cp -a $install/usr/lib/*.so* $fs/usr/lib |
mimas@2018 | 32 } |