1 # Maintainer: Jan Böhringer <janboe@gmail.com>
6 pkgdesc="Plugin to use the native notifications of KDE4"
8 url="http://code.google.com/p/pidgin-knotify/"
10 depends=('pidgin' 'kdebase-runtime')
11 source=(http://pidgin-knotify.googlecode.com/files/$pkgname-$pkgver.tar.gz)
14 cd $startdir/src/$pkgname-$pkgver
15 ./configure --prefix=/usr || return 1
17 make DESTDIR=$startdir/pkg install || return 1
19 md5sums=('b416649ab2ddca73c2a1fa3bf16d040f')