wok-6.x annotate rtorrent/receipt @ rev 23248
updated nnn (2.9 -> 3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 25 11:33:56 2020 +0100 (2020-03-25) |
parents | addb674a634f |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
mimas@2018 | 1 # SliTaz package receipt. |
mimas@2018 | 2 |
mimas@2018 | 3 PACKAGE="rtorrent" |
pascal@21555 | 4 VERSION="0.9.7" |
mimas@2018 | 5 CATEGORY="network" |
mimas@2018 | 6 SHORT_DESC="Ncurses based torrent client" |
mimas@2018 | 7 MAINTAINER="mimas@slitaz.org" |
pascal@15593 | 8 LICENSE="GPL2" |
mimas@2018 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@21786 | 10 WEB_SITE="https://github.com/rakshasa/rtorrent/" |
pascal@21555 | 11 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" |
jozee@4972 | 12 TAGS="torrent" |
mimas@2018 | 13 |
slaxemulator@11157 | 14 DEPENDS="ncurses libtorrent zlib ncursesw xmlrpc-c gcc-lib-base" |
slaxemulator@11157 | 15 BUILD_DEPENDS="ncurses-dev libtorrent-dev libtorrent pkg-config xmlrpc-c-dev \ |
pascal@21555 | 16 libsigc++-dev curl-dev automake libtool" |
slaxemulator@11157 | 17 |
mimas@2018 | 18 # Rules to configure and make the package. |
mimas@2018 | 19 compile_rules() |
mimas@2018 | 20 { |
pascal@21555 | 21 ./autogen.sh |
mimas@2018 | 22 ./configure \ |
slaxemulator@11157 | 23 --with-xmlrpc-c \ |
pascal@2446 | 24 $CONFIGURE_ARGS && |
slaxemulator@11157 | 25 make && make install |
mimas@2018 | 26 } |
mimas@2018 | 27 |
mimas@2018 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
mimas@2018 | 29 genpkg_rules() |
mimas@2018 | 30 { |
mimas@2018 | 31 mkdir -p $fs/usr |
slaxemulator@11157 | 32 cp -a $install/usr/bin $fs/usr |
mimas@2018 | 33 } |