diff --git a/common/shlibs b/common/shlibs index 6fd1b9441e4..abe78363e8e 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2168,3 +2168,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 diff --git a/srcpkgs/csync-devel b/srcpkgs/csync-devel new file mode 120000 index 00000000000..d26d75f47c6 --- /dev/null +++ b/srcpkgs/csync-devel @@ -0,0 +1 @@ +csync \ No newline at end of file diff --git a/srcpkgs/csync/template b/srcpkgs/csync/template new file mode 100644 index 00000000000..f22bc266781 --- /dev/null +++ b/srcpkgs/csync/template @@ -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 " +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 + } +}