1 # $Id: PKGBUILD,v 1.3 2006/05/22 18:57:55 uid1014 Exp $
2 # Maintainer: J. W. Birdsong <jwbirdsong AT gmail DOT com>
3 # Contributor: eric <eric@archlinux.org>
9 pkgdesc="GKrellM plugin for Dell Inspiron/Latitude notebooks"
11 url="http://www.coding-zone.com/?page=i8krellm"
13 depends=('i8kutils' 'gkrellm' 'gtk2')
14 source=(ftp://ftp.uni-kl.de/pub/linux/gentoo/distfiles/$pkgname-$pkgver.tar.gz)
15 md5sums=('adf099b85ca7b6f13ad17ee1a3be2cdb')
18 cd $srcdir/$pkgname-$pkgver
20 # no configure script, and Makefile has /usr hardcoded
21 install -D -m644 i8krellm.so \
22 $pkgdir/usr/lib/gkrellm2/plugins/i8krellm.so
25 # vim:set ts=2 sw=2 et: