2013-09-26 18:10:44 +02:00
|
|
|
# Template file for 'geocode-glib'
|
|
|
|
pkgname=geocode-glib
|
2014-05-18 09:15:50 +02:00
|
|
|
version=3.12.2
|
2014-03-27 10:25:53 +01:00
|
|
|
revision=1
|
2013-09-26 18:10:44 +02:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--disable-static"
|
2014-02-19 15:55:05 +01:00
|
|
|
hostmakedepends="pkg-config intltool glib-devel"
|
2014-03-27 10:25:53 +01:00
|
|
|
makedepends="json-glib-devel>=1.0 libsoup-gnome-devel>=2.46"
|
2013-09-26 18:10:44 +02:00
|
|
|
short_desc="GLib library for geocoding and reverse geocoding"
|
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="LGPL-2.1"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/${pkgname}-${version}.tar.xz"
|
2014-05-18 09:15:50 +02:00
|
|
|
checksum=5ca581a927cac3025adc2afadfdaf9a493ca887537a548aa47296bc77bcfa49e
|
2014-02-19 15:55:05 +01:00
|
|
|
|
|
|
|
# Package build options
|
|
|
|
build_options="gir"
|
|
|
|
|
|
|
|
# Disable gir for cross builds.
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
|
|
build_options_default="gir"
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ "$build_option_gir" ]; then
|
|
|
|
configure_args+=" --enable-introspection"
|
|
|
|
makedepends+=" gobject-introspection"
|
|
|
|
else
|
|
|
|
configure_args+=" --disable-introspection"
|
|
|
|
fi
|
2013-09-26 18:10:44 +02:00
|
|
|
|
|
|
|
geocode-glib-devel_package() {
|
2014-02-19 15:55:05 +01:00
|
|
|
depends="libglib-devel ${sourcepkg}>=${version}_${revision}"
|
2013-09-26 18:10:44 +02:00
|
|
|
short_desc+=" - development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove "usr/lib/*.so"
|
|
|
|
vmove usr/share/gtk-doc
|
2014-02-19 15:55:05 +01:00
|
|
|
if [ "$build_option_gir" ]; then
|
|
|
|
vmove usr/share/gir-1.0
|
|
|
|
fi
|
2013-09-26 18:10:44 +02:00
|
|
|
}
|
|
|
|
}
|