Merge pull request #7562 from Hoshpak/csync-plugins

csync: add makedepends to build plugins
This commit is contained in:
Toyam Cox 2017-09-04 13:38:47 -04:00 committed by GitHub
commit 652117b44f

View file

@ -1,12 +1,12 @@
# Template file for 'csync' # Template file for 'csync'
pkgname=csync pkgname=csync
version=0.50.0 version=0.50.0
revision=3 revision=4
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="pkg-config asciidoc" hostmakedepends="pkg-config asciidoc"
makedepends="sqlite-devel" makedepends="sqlite-devel libssh-devel samba-devel neon-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>"
license="GPL-2" license="GPL-2"