milis/talimatname/genel/l/libgweather/talimat

18 lines
521 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
name=libgweather
version=3.20.3
2017-07-18 19:59:53 +02:00
release=1
2017-07-08 23:18:04 +02:00
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
2017-10-27 23:59:41 +02:00
derle() {
2017-07-08 23:18:04 +02:00
cd $name-$version
./configure --prefix=/usr --with-zoneinfo-dir
make
make DESTDIR=$PKG install
}