18 lines
462 B
Plaintext
18 lines
462 B
Plaintext
|
# 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
|
|||
|
}
|