milis/talimatname/genel/geocode-glib/talimat

18 lines
462 B
Plaintext
Raw Normal View History

2017-07-08 23:18:04 +02:00
# Description: Coğrafi kodlama ve ters geocoding için kolaylık sağlayan bir kitaplık.
# URL: https://en.wikipedia.org/wiki/Geocoding
# Packager: yasarciv67@gmail.com
# Depends on: json-glib libsoup gobject-introspection gtk-doc
name=geocode-glib
version=3.20.1
release=2
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}