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
|
2017-07-18 19:22:01 +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)
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd $name-$version
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|