diff --git a/srcpkgs/rtorrent/template b/srcpkgs/rtorrent/template index 927925d6318..b8b3ba3513f 100644 --- a/srcpkgs/rtorrent/template +++ b/srcpkgs/rtorrent/template @@ -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 +}