wok-next view libtorrent/receipt @ rev 20665

marlin: update bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 23:23:12 2018 +0300 (2018-05-10)
parents a7b1395df64a
children 9b776cbcad4e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libtorrent"
4 VERSION="0.13.3"
5 CATEGORY="network"
6 SHORT_DESC="Torrent library for rtorrent"
7 MAINTAINER="mimas@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://libtorrent.rakshasa.no/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://libtorrent.rakshasa.no/downloads/$TARBALL"
14 BUILD_DEPENDS="curl-dev libsigc++-dev openssl-dev"
15 SPLIT="libtorrent-dev"
17 CROSS_BUGS="bug: can not run test program"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 libtorrent)
29 copy @std
30 DEPENDS="curl libsigc++ openssl"
31 ;;
32 *-dev)
33 copy @dev
34 ;;
35 esac
36 }