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

26 lines
604 B
Plaintext
Raw Normal View History

2017-04-21 13:14:32 +02:00
# Description: Xfce paneli için bir lm_sensors eklentisi.
# URL: http://goodies.xfce.org/projects/panel-plugins/start
# Packager: milisarge
2016-03-02 16:12:51 +01:00
# 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
}