# $Id: PKGBUILD 193891 2013-09-04 01:10:34Z eric $ # Maintainer: AndyRTR # Contributor: tobias pkgname=xfce4-cpufreq-plugin pkgver=1.1.0 pkgrel=1 pkgdesc="CPU frequency plugin for the Xfce4 panel" arch=('i686' 'x86_64') license=('GPL2') url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" groups=('xfce4-goodies') depends=('xfce4-panel') makedepends=('intltool') options=('!libtool') install=${pkgname}.install source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) md5sums=('dcc56af0e19266956c297d124ba551f4') build() { cd xfce4-cpufreq-plugin-${pkgver} ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ --disable-static \ --disable-debug make } package() { cd xfce4-cpufreq-plugin-${pkgver} make DESTDIR="${pkgdir}" install }