# Maintainer: Evangelos Foutras # Contributor: Andreas Radke # Contributor: Merk Matthias pkgname=xfce4-sensors-plugin pkgver=1.4.4 pkgrel=1 pkgdesc="Sensors plugin for the Xfce panel" arch=('x86_64') url="https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin" license=('GPL2') groups=('xfce4-goodies') depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hicolor-icon-theme') makedepends=('intltool' 'hddtemp' 'netcat') optdepends=('hddtemp: for monitoring the temperature of hard drives') source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) sha256sums=('6c1605a738e5df40e084d08ac93f962cd445093396de1e9bfadc7ab4588c36b6') build() { cd $pkgname-$pkgver ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-pathchecks \ --disable-debug make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: