# HG changeset patch # User Christopher Rogers # Date 1320216060 0 # Node ID 8c058fcbe24b56d952e4ce26ba191213b27ebaba # Parent 137749e1bd772af18f2cc8aecfefcdba3a4c2bb6 Up: rtorrent to 0.8.9. diff -r 137749e1bd77 -r 8c058fcbe24b rtorrent/receipt --- a/rtorrent/receipt Wed Nov 02 06:40:26 2011 +0000 +++ b/rtorrent/receipt Wed Nov 02 06:41:00 2011 +0000 @@ -1,34 +1,33 @@ # SliTaz package receipt. PACKAGE="rtorrent" -VERSION="0.8.6" +VERSION="0.8.9" CATEGORY="network" SHORT_DESC="Ncurses based torrent client" MAINTAINER="mimas@slitaz.org" -DEPENDS="ncurses libtorrent zlib ncursesw gcc-lib-base" -BUILD_DEPENDS="ncurses-dev libtorrent-dev libtorrent pkg-config libsigc++-dev curl-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://libtorrent.rakshasa.no/" WGET_URL="http://libtorrent.rakshasa.no/downloads/$TARBALL" TAGS="torrent" +DEPENDS="ncurses libtorrent zlib ncursesw xmlrpc-c gcc-lib-base" +BUILD_DEPENDS="ncurses-dev libtorrent-dev libtorrent pkg-config xmlrpc-c-dev \ +libsigc++-dev curl-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ + --with-xmlrpc-c \ $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr }