rtorrent: add manpage and example config
This commit is contained in:
parent
03bee9decc
commit
9ceaec9a9f
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rtorrent'
|
# Template file for 'rtorrent'
|
||||||
pkgname=rtorrent
|
pkgname=rtorrent
|
||||||
version=0.9.8
|
version=0.9.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-xmlrpc-c"
|
configure_args="--with-xmlrpc-c"
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
|
@ -18,3 +18,8 @@ pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
sed -e 's,test "$cross_compiling" = yes, false,' -i configure
|
sed -e 's,test "$cross_compiling" = yes, false,' -i configure
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vman doc/old/rtorrent.1
|
||||||
|
vsconf doc/rtorrent.rc-example rtorrent.rc
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue