2011-03-03 16:00:35 +00:00
|
|
|
# Template file for 'geoclue'
|
|
|
|
pkgname=geoclue
|
|
|
|
version=0.12.0
|
2012-05-23 06:14:33 +00:00
|
|
|
revision=4
|
2011-07-02 19:20:57 +00:00
|
|
|
distfiles="http://launchpad.net/geoclue/trunk/0.12/+download/geoclue-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-03-03 16:00:35 +00:00
|
|
|
configure_args="--enable-networkmanager=no --enable-conic=no"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="automake gtk-doc pkg-config intltool dbus-glib-devel libxml2-devel GConf-devel libxslt gtk+-devel libsoup-gnome-devel"
|
2011-03-03 16:00:35 +00:00
|
|
|
short_desc="The Geoinformation Service"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
checksum=0f533f177ae9aa35e807a01c754840f66df9579f5524552f14f2b5ba670a4696
|
|
|
|
long_desc="
|
|
|
|
Geoclue is a modular geoinformation service built on top of the D-Bus
|
|
|
|
messaging system. The goal of the Geoclue project is to make creating
|
|
|
|
location-aware applications as simple as possible."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
|
2011-07-02 19:20:57 +00:00
|
|
|
|
2012-05-23 06:24:43 +00:00
|
|
|
pre_configure() {
|
|
|
|
sed -i 's/libnm_glib/libnm-glib/g' configure.ac
|
|
|
|
sed -i '/libsoup-gnome/s/$/ gthread-2.0/' configure.ac
|
|
|
|
autoreconf -fi
|
2011-07-02 19:20:57 +00:00
|
|
|
}
|