1 # Contributor: Darwin Bautista <djclue917@gmail.com>
6 pkgdesc="Program for sending and receiving Windows popup messages in Linux"
8 url="http://www.gerdfleischer.de/klinpopup.php"
10 depends=('kdelibs' 'smbclient')
11 install=klinpopup.install
12 source=(http://www.gerdfleischer.de/klinpopup/src/${pkgname}-${pkgver}.tar.bz2)
13 md5sums=('a1eb20f97802edd684a0a141d7b957c3')
16 cd ${startdir}/src/${pkgname}-${pkgver}/
18 # Source the KDE and QT profiles
19 [ -f /etc/profile.d/kde.sh ] && source /etc/profile.d/kde.sh
20 [ -f /etc/profile.d/qt.sh ] && source /etc/profile.d/qt.sh
22 ./configure --prefix=/opt/kde --disable-debug
24 make DESTDIR=$startdir/pkg install