csync: add asciidoc to hostmakedepends; fix manpage.

This commit is contained in:
Steve Prybylski 2015-10-15 14:25:10 -04:00
parent 1a3f77f0b4
commit 1d1bc95be0
1 changed files with 7 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'csync'
pkgname=csync
version=0.50.0
revision=1
revision=2
build_style=cmake
configure_args="-DSYSCONF_INSTALL_DIR=/etc"
conf_files="/etc/csync/csync.conf /etc/csync/csync_exclude.conf"
hostmakedepends="cmake pkg-config"
hostmakedepends="cmake pkg-config asciidoc"
makedepends="sqlite-devel"
short_desc="A client only bidirectional file synchronizer"
maintainer="Diogo Leal <diogo@diogoleal.com>"
@ -14,6 +14,11 @@ homepage="http://csync.org"
distfiles="http://git.csync.org/projects/csync.git/snapshot/csync-${version}.tar.bz2"
checksum=72e95f6924ca01783afcfc9c68d416a50e0bec979cf4e1fc414df352210d6a0f
post_build() {
cd ${wrksrc}/doc
./makeman.sh csync.1.txt
}
csync-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"