#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=rtorrent pkgver=0.9.6 pkgrel=1gv source=(http://rtorrent.net/downloads/rtorrent-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers" "rtorrent.rc") url=https://rakshasa.github.io/rtorrent/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "rtorrent (a BitTorrent client for ncurses)" "rtorrent is a BitTorrent client for ncurses, using the libtorrent" "library. The client and library is written in C++ with emphasis on" "speed and efficiency, while delivering equivalent features to those" "found in GUI based clients in an ncurses client." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --with-xmlrpc-c \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }