mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: geoclue2-2.0.0.
This commit is contained in:
parent
27e932ab97
commit
84b3dcc902
1 changed files with 26 additions and 0 deletions
26
srcpkgs/geoclue2/template
Normal file
26
srcpkgs/geoclue2/template
Normal file
|
@ -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 <xtraeme@gmail.com>"
|
||||||
|
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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue