#Packager: Dimitris Tzemos pkgname=geoclue pkgver=2.5.6 pkgrel=1dj source=("https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/2.5.6/geoclue-2.5.6.tar.gz") docs=("AUTHORS ChangeLog COPYING NEWS README") url=http://geoclue.freedesktop.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "geoclue (geoinformation service)" "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 defines a set of geoinformation APIs, but it also includes" "some providers that implement those APIs." "" "homepage: http://geoclue.freedesktop.org/" ) build() { cd $startdir/src/$pkgname-$pkgver meson -Ddbus-srv-user=root build --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib${LIBDIRSUFFIX} || return 1 ninja -C build || return 1 DESTDIR=$startdir/pkg meson install -C build || return 1 }