# Description: curses frontend for libtorrent # URL: http://libtorrent.rakshasa.no # Packager: Andreas Baumann, abaumann at yahoo dot com # Depends on: libtorrent curl name=rtorrent version=0.7.9 release=1 source=(http://libtorrent.rakshasa.no/downloads/$name-$version.tar.gz) build () { cd $name-$version ./configure --prefix=/usr \ --disable-nls \ --disable-debug make make install DESTDIR=$PKG chown -R root:root $PKG install -d $PKG/usr/share/$name/ install doc/rtorrent.rc $PKG/usr/share/$name/ }