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=('6c1605a738e5df40e084d08ac93f962cd445093396de1e9bfadc7ab4588c36b6')
25 --localstatedir=/var \
26 --disable-pathchecks \
33 make DESTDIR="$pkgdir" install
36 # vim:set ts=2 sw=2 et: