1 # Maintainer: Konstantinos Karantias <kostis[at]gtklocker[dot]com>
2 # Contibutor: Hauke Wesselmann <hauke@h-dawg.de>
3 pkgname=libopensync-unstable
6 pkgdesc='Development version of the opensync synchronisation framework'
7 url='http://www.opensync.org'
10 makedepends=('python' 'cmake')
11 depends=('glib2' 'libxml2' 'sqlite3' 'libxslt')
13 replaces=('libopensync')
14 conflicts=('libopensync')
15 provides=('libopensync=0.38')
16 source=(http://www.opensync.org/download/releases/$pkgver/libopensync-$pkgver.tar.bz2)
17 sha512sums=('038c92e2599ca31d6633dd60eaf44e157887d285c8946740afb153c4afb98b718f3f73251212e1055452a793142d0d27e2edf510a9830308d20d9c7d4023c7e4')
23 cmake ../libopensync-$pkgver -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
30 make DESTDIR=$pkgdir install