1 # Contributor: Jon Sturm <jasturm002@aol.com>
5 pkgdesc="A tool to remotely control a Windows Mobile Based Device for KDE4"
7 url="http://synce.sourceforge.net/"
9 depends=('synce-librapi' 'qt' 'synce-hal' 'automoc4')
11 source=(http://switch.dl.sf.net/sourceforge/synce/$pkgname-$pkgver.tar.gz)
12 md5sums=('ed9a6c5fd014e53b9632889debdae345')
15 cd $startdir/src/$pkgname-$pkgver
16 cmake -DCMAKE_INSTALL_PREFIX=/usr
18 make DESTDIR=$startdir/pkg install || return 1