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

25 lines
644 B
Plaintext
Raw Normal View History

2017-04-21 14:46:19 +02:00
# Description: Bu panel eklentisi, xoap.weather.com tarafından sağlanan hava verileri kullanılarak, mevcut sıcaklık ve hava durumunu gösterir.
2016-03-02 16:12:51 +01:00
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
2017-04-21 14:46:19 +02:00
# Packager: milisarge
2016-03-02 16:12:51 +01:00
# Depends on: libsoup xfce4-panel
name=xfce4-weather-plugin
version=0.8.6
release=2
source=(http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.8/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--disable-debug \
--disable-upower
make
make DESTDIR=$PKG install
}