updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / klinpopup / PKGBUILD
blobba54c3c077a6cb264e95cedbf1e026fbea6d6314
1 # Contributor: Darwin Bautista <djclue917@gmail.com>
3 pkgname=klinpopup
4 pkgver=0.3.4
5 pkgrel=4
6 pkgdesc="Program for sending and receiving Windows popup messages in Linux"
7 arch=(i686 x86_64)
8 url="http://www.gerdfleischer.de/klinpopup.php"
9 license="GPL"
10 depends=('kdelibs' 'smbclient')
11 install=klinpopup.install
12 source=(http://www.gerdfleischer.de/klinpopup/src/${pkgname}-${pkgver}.tar.bz2)
13 md5sums=('a1eb20f97802edd684a0a141d7b957c3')
15 build() {
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
23   make || return 1
24   make DESTDIR=$startdir/pkg install