1 # Contributor: Jordy van Wolferen <jordz . archlinux.us>
2 # Maintainer: John Gerritse <reaphsharc@gmail.com>
7 pkgdesc="Monitor and control utility for the BOINC client"
8 url="http://kboincspy.sourceforge.net"
10 depends=('kdelibs3' 'boinc')
11 arch=('i686' 'x86_64')
12 source=(http://downloads.sourceforge.net/sourceforge/kboincspy/$pkgname-$pkgver.tar.bz2)
13 md5sums=('09943d36555686e51ed18d37bbe0dfe2')
16 cd $startdir/src/$pkgname-$pkgver
17 ./configure --prefix=/opt/kde --with-qt-dir=/opt/qt --without-arts
19 make DESTDIR=$startdir/pkg install