updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / kde4-kcemirror / PKGBUILD
bloba2b602d80408e5a7d891f3befbadd5c3d8048049
1 # Contributor: Jon Sturm <jasturm002@aol.com>
2 pkgname=kde4-kcemirror
3 pkgver=0.1
4 pkgrel=1
5 pkgdesc="A tool to remotely control a Windows Mobile Based Device for KDE4"
6 arch=('i686' 'x86_64')
7 url="http://synce.sourceforge.net/"
8 license=('GPL')
9 depends=('synce-librapi' 'qt' 'synce-hal' 'automoc4')
10 makedepends=('cmake')
11 source=(http://switch.dl.sf.net/sourceforge/synce/$pkgname-$pkgver.tar.gz)
12 md5sums=('ed9a6c5fd014e53b9632889debdae345')
14 build() {
15 cd $startdir/src/$pkgname-$pkgver
16   cmake -DCMAKE_INSTALL_PREFIX=/usr
17   make || return 1
18   make DESTDIR=$startdir/pkg install || return 1