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

26 lines
597 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Xfce paneli için bir lm_sensors eklentisi.
# URL: http://goodies.xfce.org/projects/panel-plugins/start
# Paketçi: milisarge
# Gerekler: 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)
derle() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--datadir=/usr/share \
--datarootdir=/usr/share \
--disable-static
make
make DESTDIR=$PKG install
}