# $Id: PKGBUILD 48 2008-07-26 18:41:17Z djclue917 $ # Maintainer: Darwin Bautista # Contributor: Darwin Bautista pkgname=kcheckgmail pkgver=0.5.7.5 pkgrel=1 pkgdesc="System tray application for checking a Gmail account for new messages" arch=('i686' 'x86_64') url="http://kcheckgmail.sourceforge.net/" license=('GPL') depends=('kdelibs3') makedepends=('gettext') options=('!emptydirs' '!libtool') source=(http://downloads.sourceforge.net/sourceforge/kcheckgmail/kcheckgmail-$pkgver.tar.bz2) md5sums=('252bf38c70590f9b1c6f0b0c40dee9ae') build() { cd "$srcdir/kcheckgmail-$pkgver" # Source the KDE and QT profiles source /etc/profile.d/kde3.sh source /etc/profile.d/qt3.sh ./configure --prefix=/opt/kde --mandir=/opt/kde/share/man --without-arts --disable-debug make || return 1 make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: