wok-6.x diff rtorrent/receipt @ rev 14557
thunderbird-langpack-it: Up to 17.0.6esr
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu May 23 10:10:37 2013 +0200 (2013-05-23) |
parents | 02bbaa9d12ba |
children | 1ae5963f23df |
line diff
1.1 --- a/rtorrent/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/rtorrent/receipt Thu May 23 10:10:37 2013 +0200 1.3 @@ -1,34 +1,33 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="rtorrent" 1.7 -VERSION="0.8.6" 1.8 +VERSION="0.8.9" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Ncurses based torrent client" 1.11 MAINTAINER="mimas@slitaz.org" 1.12 -DEPENDS="ncurses libtorrent zlib ncursesw gcc-lib-base" 1.13 -BUILD_DEPENDS="ncurses-dev libtorrent-dev libtorrent pkg-config libsigc++-dev curl-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://libtorrent.rakshasa.no/" 1.16 WGET_URL="http://libtorrent.rakshasa.no/downloads/$TARBALL" 1.17 TAGS="torrent" 1.18 1.19 +DEPENDS="ncurses libtorrent zlib ncursesw xmlrpc-c gcc-lib-base" 1.20 +BUILD_DEPENDS="ncurses-dev libtorrent-dev libtorrent pkg-config xmlrpc-c-dev \ 1.21 +libsigc++-dev curl-dev" 1.22 + 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 cd $src 1.27 ./configure \ 1.28 - --prefix=/usr \ 1.29 - --infodir=/usr/share/info \ 1.30 - --mandir=/usr/share/man \ 1.31 + --with-xmlrpc-c \ 1.32 $CONFIGURE_ARGS && 1.33 - make && 1.34 - make DESTDIR=$PWD/_pkg install 1.35 + make && make install 1.36 } 1.37 1.38 # Rules to gen a SliTaz package suitable for Tazpkg. 1.39 genpkg_rules() 1.40 { 1.41 mkdir -p $fs/usr 1.42 - cp -a $_pkg/usr/bin $fs/usr 1.43 + cp -a $install/usr/bin $fs/usr 1.44 } 1.45