1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: Andreas Radke <andyrtr@archlinux.org>
3 # Contributor: Merk Matthias <macem@chello.at>
5 pkgname=xfce4-sensors-plugin
8 pkgdesc="Sensors plugin for the Xfce panel"
10 url="https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin"
12 groups=('xfce4-goodies')
13 depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hicolor-icon-theme')
14 makedepends=('intltool' 'hddtemp' 'netcat')
15 optdepends=('hddtemp: for monitoring the temperature of hard drives')
16 source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
17 sha256sums=('171c0235f70c65f0ffee587e960d9da79b284855df22130239eac26272ec06c9')
20 cd "$srcdir/$pkgname-$pkgver"
25 --libexecdir=/usr/lib \
26 --localstatedir=/var \
27 --datadir=/usr/share \
28 --datarootdir=/usr/share \
36 cd "$srcdir/$pkgname-$pkgver"
37 make DESTDIR="$pkgdir" install
40 # vim:set ts=2 sw=2 et: