From 84b3dcc902163a04d3adb9d27580587184f36cda Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 26 Sep 2013 18:23:38 +0200 Subject: [PATCH] New package: geoclue2-2.0.0. --- srcpkgs/geoclue2/template | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 srcpkgs/geoclue2/template diff --git a/srcpkgs/geoclue2/template b/srcpkgs/geoclue2/template new file mode 100644 index 00000000000..2ecf76d37dd --- /dev/null +++ b/srcpkgs/geoclue2/template @@ -0,0 +1,26 @@ +# Template file for 'geoclue2' +pkgname=geoclue2 +version=2.0.0 +revision=1 +wrksrc="geoclue-${version}" +build_style=gnu-configure +configure_args="--disable-static --disable-schemas-compile" +hostmakedepends="pkg-config intltool gobject-introspection" +makedepends="json-glib-devel libsoup-gnome-devel>=2.44" +short_desc="The Geoinformation Service (2.x series)" +homepage="http://www.freedesktop.org/wiki/Software/GeoClue" +license="LGPL-2.1" +maintainer="Juan RP " +distfiles="http://www.freedesktop.org/software/geoclue/releases/${version%.*}/geoclue-${version}.tar.xz" +checksum=4a82f184e55a163d86e0ad69bbe1bba9960bb5094220fe1f01350bceda8c67a1 +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." + +geoclue2_package() { + depends="libsoup>=2.44" + pkg_install() { + vmove all + } +}