SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "rtorrent"

# SliTaz package receipt.

PACKAGE="rtorrent"
VERSION="0.8.9"
CATEGORY="network"
SHORT_DESC="Ncurses based torrent client"
MAINTAINER="mimas@slitaz.org"
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 \
        --with-xmlrpc-c \
        $CONFIGURE_ARGS &&
    make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $install/usr/bin $fs/usr
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)