30 lines
754 B
Text
Executable file
30 lines
754 B
Text
Executable file
app=xfce4-sensors-plugin
|
|
version=1.4.3
|
|
build=1sml
|
|
homepage="https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin/start"
|
|
download="https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.4/xfce4-sensors-plugin-$version.tar.bz2"
|
|
desc="Sensors plugin for XFCE panel"
|
|
requires="lm-sensors xfce4-panel libnotify"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix=""
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp LICENSE $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
50dd07d52abe1bd71aedf965df0e228bfa16c75f4d36733febaa146f66a559734cd8c9aca51e22ba2857b26639de9f65d4da1d1e2543efd39325d68197f142e4 xfce4-sensors-plugin-1.4.3.tar.lz
|
|
"
|