# Maintainer: Natanael Copa pkgname=xfce4-cpufreq-plugin pkgver=1.0.0 pkgrel=2 pkgdesc="CPU frequency plugin for the Xfce4 panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" arch="all" license="GPL2" depends= makedepends="xfce4-panel-dev libxfcegui4-dev" install= subpackages="$pkgname-lang" source="http://archive.xfce.org/src/panel-plugins/xfce4-cpufreq-plugin/${pkgver%.*}/xfce4-cpufreq-plugin-${pkgver}.tar.bz2" _builddir="$srcdir"/$pkgname-$pkgver build() { cd "$_builddir" ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ --localstatedir=/var \ --disable-static make || return 1 } package() { cd "$_builddir" make DESTDIR="$pkgdir" install } md5sums="24cae9b8583cae82b715b4f72aa8e341 xfce4-cpufreq-plugin-1.0.0.tar.bz2"