# Description: Display readings from hardware sensors in the MATE panel # URL: http://www.mate-desktop.org/ # Maintainer: Matt Housh, jaeger at crux dot ninja # Depends on: lm_sensors gtk3 mate-panel libxslt name=mate-sensors-applet version=1.26.0 release=1 source=(http://pub.mate-desktop.org/releases/${version:0:4}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ --libexecdir=/usr/lib/$name \ --disable-nls make make DESTDIR=$PKG install }