void-packages/srcpkgs/geoclue2/template
2015-01-15 11:17:15 +00:00

31 lines
1.1 KiB
Plaintext

# Template file for 'geoclue2'
pkgname=geoclue2
version=2.1.10
revision=1
wrksrc="geoclue-${version}"
build_style=gnu-configure
configure_args="--disable-static --disable-schemas-compile $(vopt_enable gir introspection)"
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
makedepends="libudev-devel json-glib-devel libsoup-gnome-devel>=2.44 ModemManager-devel"
depends="libsoup>=2.44"
conf_file="/etc/geoclue/geoclue.conf"
short_desc="The Geoinformation Service (2.x series)"
homepage="http://www.freedesktop.org/wiki/Software/GeoClue"
license="LGPL-2.1"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="http://www.freedesktop.org/software/geoclue/releases/${version%.*}/geoclue-${version}.tar.xz"
checksum=f1d7e7a9c60633d3d747f55fee848299114b3222a4d65e955c2cbcd297d01c68
lib32disabled=yes
# Run the daemon under an unprileged user.
system_accounts="geoclue2"
configure_args+=" --with-dbus-service-user=geoclue2"
# Package build options
build_options="gir"
# Disable gir for cross builds.
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
fi