1 pkgname=msynctool-stable
4 pkgdesc="CLI interface to OpenSync framework"
5 url="http://www.opensync.org"
8 depends=('libopensync-stable')
9 conflicts=('msynctool=>0.22')
10 provides=('msynctool=0.22')
11 source=(http://www.opensync.org/download/releases/$pkgver/msynctool-$pkgver.tar.bz2)
12 md5sums=('3ddc55209e682a8b99a47cf3d0053dbf')
15 cd $srcdir/msynctool-$pkgver
16 ./configure --prefix=/usr
18 make DESTDIR=$pkgdir install