milis/talimatname/genel/l/libgweather/talimat

18 lines
511 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: İnternetten hava durumu bilgisine erişim sağlar
# URL: https://wiki.gnome.org/action/show/Projects/LibGWeather?action=show&redirect=LibGWeather
# Paketçi: yasarciv67@gmail.com
# Gerekler: geocode-glib gtk3 libsoup gobject-introspection vala gtk-update-icon-cache
isim=libgweather
surum=3.20.3
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --with-zoneinfo-dir
make
make DESTDIR=$PKG install
}