updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / karmack / PKGBUILD
blob3740fc8bc8d501b727038de6737014ce60b28695
1 # Contributor: Jan Mette (funkyou) <jan.mette@berlin.de>
3 pkgname=karmack
4 arch=('i686' 'x86_64')
5 pkgver=0.2
6 pkgrel=2
7 pkgdesc="Karmack is a CPU load monitor for kicker which uses the the form of the classic Doom game's marine face."
8 url="http://www.kde-apps.org/content/show.php?content=10841"
9 license="GPL"
10 depends=('kdebase3')
11 source=("http://evilrobot.free.fr/$pkgname/$pkgname-$pkgver.tar.gz")
12 md5sums=('6ef93bab5a98f93fc212e766746d775e')
14 build() {
15         source /etc/profile.d/qt3.sh
16         source /etc/profile.d/kde3.sh
18         cd $srcdir/$pkgname-$pkgver/
19         ./configure --prefix=/opt/kde --without-arts
20         make || return 1
21         make DESTDIR=$pkgdir install
22