summaryrefslogtreecommitdiff
path: root/extra/xfce4-cpufreq-plugin/PKGBUILD
blob: 1c1e8eff12d49e690ee49b9b869a8ab0425302d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# $Id: PKGBUILD 198548 2013-10-30 15:32:16Z allan $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: tobias <tobias funnychar archlinux.org>

pkgname=xfce4-cpufreq-plugin
pkgver=1.1.0
pkgrel=1
pkgdesc="CPU frequency plugin for the Xfce4 panel"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
groups=('xfce4-goodies')
depends=('xfce4-panel')
makedepends=('intltool')
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
}