updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / libopensync-unstable / PKGBUILD
blobe8760571140fe92bbf6b9f124391035d6645b099
1 # Maintainer: Konstantinos Karantias <kostis[at]gtklocker[dot]com>
2 # Contibutor: Hauke Wesselmann <hauke@h-dawg.de>
3 pkgname=libopensync-unstable
4 pkgver=0.39
5 pkgrel=1
6 pkgdesc='Development version of the opensync synchronisation framework'
7 url='http://www.opensync.org'
8 license=('LGPL')
9 arch=('i686' 'x86_64')
10 makedepends=('python' 'cmake')
11 depends=('glib2' 'libxml2' 'sqlite3' 'libxslt')
12 options=('!libtool')
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')
19 build() {
20   cd $srcdir/
21   mkdir build
22   cd build
23   cmake ../libopensync-$pkgver -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
24   
25   make VERBOSE=1
28 package() {
29   cd $srcdir/build
30   make DESTDIR=$pkgdir install