rtorrent: add manpage and example config

This commit is contained in:
Paper Mountain Studio 2019-12-19 16:02:41 +01:00 committed by Jürgen Buchmüller
parent 03bee9decc
commit 9ceaec9a9f

View file

@ -1,7 +1,7 @@
# Template file for 'rtorrent'
pkgname=rtorrent
version=0.9.8
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-xmlrpc-c"
hostmakedepends="automake libtool pkg-config"
@ -18,3 +18,8 @@ pre_configure() {
autoreconf -fi
sed -e 's,test "$cross_compiling" = yes, false,' -i configure
}
post_install() {
vman doc/old/rtorrent.1
vsconf doc/rtorrent.rc-example rtorrent.rc
}