milis/talimatname/genel/xfce4-sensors-plugin/talimat

26 lines
585 B
Plaintext
Raw Normal View History

2016-03-02 16:12:51 +01:00
# Description: A lm_sensors plugin for the Xfce panel.
# URL: http://goodies.xfce.org/
# Packager: tyrry at nutyx dot org
# Depends on: xfce4-panel lm-sensors libnotify hicolor-icon-theme
name=xfce4-sensors-plugin
version=1.2.6
release=1
source=(http://archive.xfce.org/src/panel-plugins/$name/1.2/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--datadir=/usr/share \
--datarootdir=/usr/share \
2016-03-26 02:53:26 +01:00
--disable-static
2016-03-02 16:12:51 +01:00
make
make DESTDIR=$PKG install
}