1 # Contributor: VuDu <vudu[dot]curse[at]gmail[dot]com>
3 pkgname=gkrellm2-cpufreq
6 pkgdesc="A plugin for displaying and manipulating CPU frequency."
8 url="http://iacs.epfl.ch/~winkelma/gkrellm2-cpufreq/"
11 optdepends=('sudo: change the CPU frequency and/or cpufreq governor' )
12 source=("http://iacs.epfl.ch/~winkelma/gkrellm2-cpufreq/${pkgname}-${pkgver}.tar.gz")
13 md5sums=('e5dbdb540450bfa21d8d1fa02086d770')
16 cd ${startdir}/src/${pkgname}-${pkgver}
17 ./configure --prefix=/usr
19 make DESTDIR=$startdir/pkg install || return 1