geoclue: cross build support.
This commit is contained in:
parent
b1984002b2
commit
864c9d522b
1 changed files with 4 additions and 9 deletions
|
@ -1,25 +1,20 @@
|
|||
# Template file for 'geoclue'
|
||||
pkgname=geoclue
|
||||
version=0.12.99
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-schemas-compile"
|
||||
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||
makedepends="dbus-glib-devel libxslt-devel GConf-devel gtk+-devel libsoup-gnome-devel
|
||||
NetworkManager-devel"
|
||||
hostmakedepends="pkg-config intltool glib-devel dbus-glib-devel libxslt"
|
||||
makedepends="dbus-glib-devel GConf-devel gtk+-devel libsoup-gnome-devel NetworkManager-devel"
|
||||
short_desc="The Geoinformation Service"
|
||||
homepage="http://www.freedesktop.org/wiki/Software/GeoClue"
|
||||
license="LGPL-2.1"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://freedesktop.org/~hadess/$pkgname-$version.tar.gz"
|
||||
checksum=fe396c91cb52de4219281f4d9223156338fc03670d34700281e86d1399b80a72
|
||||
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."
|
||||
|
||||
geoclue-devel_package() {
|
||||
depends="dbus-glib-devel libxml2-devel ${sourcepkg}>=${version}"
|
||||
depends="dbus-glib-devel libxml2-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue