Merge pull request #2566 from diogoleal/csync
New package: csync-0.50.0
This commit is contained in:
commit
9161363a34
|
@ -2169,3 +2169,4 @@ libchardet.so.1 libchardet-1.0.4_1
|
|||
libcollectdclient.so.1 libcollectdclient-5.5.0_1
|
||||
libpinktrace_0.9.so.9 pinktrace-0.9.1_1
|
||||
libsyd_1.0.so.0 sydbox-1.0.2_1
|
||||
libcsync.so.0 csync-0.50.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
csync
|
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'csync'
|
||||
pkgname=csync
|
||||
version=0.50.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DSYSCONF_INSTALL_DIR=/etc"
|
||||
conf_files="/etc/csync/csync.conf /etc/csync/csync_exclude.conf"
|
||||
hostmakedepends="cmake pkg-config"
|
||||
makedepends="sqlite-devel"
|
||||
short_desc="A client only bidirectional file synchronizer"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://csync.org"
|
||||
distfiles="http://git.csync.org/projects/csync.git/snapshot/csync-${version}.tar.bz2"
|
||||
checksum=72e95f6924ca01783afcfc9c68d416a50e0bec979cf4e1fc414df352210d6a0f
|
||||
|
||||
csync-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue