1 # $Id: PKGBUILD,v 1.6 2008/08/03 06:48:27 Snowman Exp $
2 # Maintainer: Roman Kyrylych <roman@archlinux.org>
3 # Contributor: Michael Barker
8 pkgdesc="An applet + daemon that shows/control the CPU frequency and temperature thanks to the cpufreq sysfs kernel interface."
10 url="http://zzrough.free.fr/emifreq.php"
12 depends=('gnome-panel' )
13 makedepends=('intltool' 'gnome-doc-utils>=0.11.2' )
14 source=("http://zzrough.free.fr/emifreq/emifreq-applet-$pkgver.tar.gz"
16 md5sums=('399d271aaa397c1c6b45acfffb44a643'
17 'fa49cc29cfdb86415681a21017dacf52')
21 cd $startdir/src/$pkgname-$pkgver
22 ./configure --prefix=/usr \
23 --libexecdir=/usr/lib/emifreq-applet \
26 make DESTDIR=$startdir/pkg install
27 install -d $startdir/pkg/etc/rc.d
28 install -D -m 644 $startdir/emifreqd $startdir/pkg/etc/rc.d