milis/talimatname/genel/l/libgweather/talimat

18 lines
511 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: İnternetten hava durumu bilgisine erişim sağlar
2017-07-08 23:18:04 +02:00
# URL: https://wiki.gnome.org/action/show/Projects/LibGWeather?action=show&redirect=LibGWeather
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: geocode-glib gtk3 libsoup gobject-introspection vala gtk-update-icon-cache
2017-07-08 23:18:04 +02:00
2017-10-28 14:10:23 +02:00
isim=libgweather
surum=3.20.3
devir=1
2017-07-08 23:18:04 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
2017-07-08 23:18:04 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-07-08 23:18:04 +02:00
./configure --prefix=/usr --with-zoneinfo-dir
make
make DESTDIR=$PKG install
}