wok rev 11157

Up: rtorrent to 0.8.9.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 02 06:41:00 2011 +0000 (2011-11-02)
parents 137749e1bd77
children 017ae4c07215
files rtorrent/receipt
line diff
     1.1 --- a/rtorrent/receipt	Wed Nov 02 06:40:26 2011 +0000
     1.2 +++ b/rtorrent/receipt	Wed Nov 02 06:41:00 2011 +0000
     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