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

26 lines
589 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
isim=xfce4-sensors-plugin
surum=1.2.6
devir=1
kaynak=(http://archive.xfce.org/src/panel-plugins/$isim/1.2/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--datadir=/usr/share \
--datarootdir=/usr/share \
--disable-static
make
make DESTDIR=$PKG install
}