From 1d1bc95be04e4250fdadacfb06b209d44a542b4d Mon Sep 17 00:00:00 2001 From: Steve Prybylski Date: Thu, 15 Oct 2015 14:25:10 -0400 Subject: [PATCH] csync: add asciidoc to hostmakedepends; fix manpage. --- srcpkgs/csync/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/csync/template b/srcpkgs/csync/template index f22bc266781..d4a33027e98 100644 --- a/srcpkgs/csync/template +++ b/srcpkgs/csync/template @@ -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 " @@ -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}"