1 # Contributor: Devin Smittle <pandagoat@gmail.com>
6 pkgdesc="trayfreq is a gtk+2 application that runs in the system tray. It displays information about your battery (optional) and let's you control your CPU frequency. For help visit the ArchWiki page, http://wiki.archlinux.org/index.php/Trayfreq"
8 url="http://trayfreq.sourceforge.net"
11 depends=('gtk2' 'cpufrequtils' 'libacpi')
12 makedepends=('pkgconfig' 'gtk2')
17 install=$pkgname.install
18 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.gz)
19 md5sums=('1a97ce007090ddee591f213e71968f78')
23 cd "$srcdir/$pkgname-$_pkgver"
25 ./configure --prefix=/usr --disable-setsuid
27 make DESTDIR="$pkgdir/" install