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

25 lines
629 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: Bu panel eklentisi, xoap.weather.com tarafından sağlanan hava verileri kullanılarak, mevcut sıcaklık ve hava durumunu gösterir.
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
# Paketçi: milisarge
# Gerekler: libsoup xfce4-panel
isim=xfce4-weather-plugin
surum=0.8.6
devir=2
kaynak=(http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.8/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--disable-debug \
--disable-upower
make
make DESTDIR=$PKG install
}