updated on Fri Jan 6 08:01:17 UTC 2012
[aur-mirror.git] / geoclue / PKGBUILD
blob64d906568e38b051551c05868f75d2c086d1b077
1 # Maintainer: Isaac Dupree <id@isaac.cedarswampstudios.org>
2 # Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
3 # Contributor: Kurama <kurama_luka@yahoo.it>
5 pkgname=geoclue
6 pkgver=0.12.0
7 pkgrel=2
8 pkgdesc="Modular geoinformation service built on the D-Bus messaging system."
9 arch=('i686' 'x86_64')
10 url="http://geoclue.freedesktop.org"
11 license=('LGPL')
12 depends=('gconf')
13 makedepends=('gtk-doc')
14 options=('!libtool')
15 source=(http://folks.o-hand.com/jku/${pkgname}-releases/${pkgname}-${pkgver}.tar.gz)
16 md5sums=('33af8307f332e0065af056ecba65fec2')
18 build() {
19         cd ${srcdir}/${pkgname}-${pkgver}
20         unset LDFLAGS
21         ./configure --prefix=/usr --libexecdir=/usr/lib
22         make
23         make DESTDIR=${pkgdir} install