mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
csync: add asciidoc to hostmakedepends; fix manpage.
This commit is contained in:
parent
1a3f77f0b4
commit
1d1bc95be0
1 changed files with 7 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'csync'
|
# Template file for 'csync'
|
||||||
pkgname=csync
|
pkgname=csync
|
||||||
version=0.50.0
|
version=0.50.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DSYSCONF_INSTALL_DIR=/etc"
|
configure_args="-DSYSCONF_INSTALL_DIR=/etc"
|
||||||
conf_files="/etc/csync/csync.conf /etc/csync/csync_exclude.conf"
|
conf_files="/etc/csync/csync.conf /etc/csync/csync_exclude.conf"
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config asciidoc"
|
||||||
makedepends="sqlite-devel"
|
makedepends="sqlite-devel"
|
||||||
short_desc="A client only bidirectional file synchronizer"
|
short_desc="A client only bidirectional file synchronizer"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
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"
|
distfiles="http://git.csync.org/projects/csync.git/snapshot/csync-${version}.tar.bz2"
|
||||||
checksum=72e95f6924ca01783afcfc9c68d416a50e0bec979cf4e1fc414df352210d6a0f
|
checksum=72e95f6924ca01783afcfc9c68d416a50e0bec979cf4e1fc414df352210d6a0f
|
||||||
|
|
||||||
|
post_build() {
|
||||||
|
cd ${wrksrc}/doc
|
||||||
|
./makeman.sh csync.1.txt
|
||||||
|
}
|
||||||
|
|
||||||
csync-devel_package() {
|
csync-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue