1 # Contributor: Elyess ZOUAGHI <zouaghi.elyess@gmail.com>
5 pkgdesc="A KDE applet that displays the Islamic prayer times for the day"
7 url="http://kprayertime.sourceforge.net/"
11 source=(http://superb-west.dl.sourceforge.net/sourceforge/kprayertime/$pkgname-$pkgver.tar.gz)
12 md5sums=('05e20d4c350a7f369c65d43c779765b5')
15 cd "$startdir/src/$pkgname"
17 ./configure --prefix=/opt/kde
19 mkdir -v -p "$startdir/pkg/opt/kde/share/icons/hicolor/48x48/apps/"
20 make prefix="$startdir/pkg/opt/kde" install
23 # vim:set ts=2 sw=2 et: