#Packager: Dimitris Tzemos pkgname=geoclue pkgver=0.12.99 pkgrel=3dj source=(https://people.freedesktop.org/~hadess/geoclue-0.12.99.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 ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$pkgname-$pkgver \ --enable-static=no \ --enable-gtk=yes \ --enable-networkmanager=yes \ --enable-skyhook=yes \ --enable-gpsd=no \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }