1 # Contributor: Jan Stępień <jstepien@users.sourceforge.net>
6 pkgdesc="a file synchronizer especially designed for you, the normal user"
9 url="http://www.csync.org"
10 depends=('log4c' 'sqlite3' 'iniparser')
12 optdepends=('samba: smb support' 'libssh: sftp support')
13 source=("http://www.csync.org/files/$pkgname-$pkgver.tar.gz")
14 sha1sums=('43ac96260d580726006a4cf6878c0d3c536ff8cf')
17 cd $startdir/src/$pkgname-$pkgver
18 test -d build || mkdir build
20 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .. || return 1
22 make DESTDIR=$startdir/pkg install || return 1