Added xfce4-sensors-plugin to xfce Updated base and xfce4 build lists Cleaned up code in bldpkg
31 lines
776 B
Text
Executable file
31 lines
776 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-1.4.3.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="" \
|
|
--sysconfdir=/etc
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp LICENSE $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
2cb91afaf740db5bbbb8451cfa0540ee979671e6a1a640ad61dfeb41328c057bc16fa668e9d536595ef460bfbd41617e8b3d27f63e02324e9764543fa6a0b2b5 xfce4-sensors-plugin-1.4.3.tar.bz2
|
|
"
|