updated on Thu Jan 12 16:09:17 UTC 2012
[aur-mirror.git] / trayfreq / PKGBUILD
blobbf24cf6f0e0a39374aed8ee9353e06eba58881cd
1 # Contributor: Devin Smittle <pandagoat@gmail.com>
2 pkgname=trayfreq
3 pkgver=0.2.x.dev2
4 _pkgver=0.2.x-dev2
5 pkgrel=1
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"
7 arch=('i686' 'x86_64')
8 url="http://trayfreq.sourceforge.net"
9 license=('GPL')
10 groups=()
11 depends=('gtk2' 'cpufrequtils' 'libacpi')
12 makedepends=('pkgconfig' 'gtk2')
13 provides=()
14 conflicts=()
15 replaces=()
16 backup=()
17 install=$pkgname.install
18 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.gz)
19 md5sums=('1a97ce007090ddee591f213e71968f78')
20 noextract=()
22 build() {
23   cd "$srcdir/$pkgname-$_pkgver"
25   ./configure --prefix=/usr --disable-setsuid
26   make || return 1
27   make DESTDIR="$pkgdir/" install