summaryrefslogtreecommitdiff
path: root/~fauno/geoclue/PKGBUILD
blob: e370197c74211d06c57c490f4829d5e580dd3302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# mAINTAIner: Isaac Dupree <id@isaac.cedarswampstudios.org>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
# Contributor: Kurama <kurama_luka@yahoo.it>

pkgname=geoclue
pkgver=0.12
pkgrel=2
pkgdesc="Modular geoinformation service built on the D-Bus messaging system."
arch=('i686' 'x86_64')
url="http://geoclue.freedesktop.org"
license=('LGPL')
depends=('gconf')
makedepends=('gtk-doc' 'libtool')
source=(http://cgit.freedesktop.org/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz)

build() {
	cd ${srcdir}/${pkgname}-${pkgver}
#	unset LDFLAGS
	./autogen.sh --prefix=/usr --libexecdir=/usr/lib
    find -name 'Makefile' -print0 | xargs -0 sed -i "s/-Werror //" 
	make
}

package(){
	cd ${srcdir}/${pkgname}-${pkgver}
	make DESTDIR=${pkgdir} install
}
md5sums=('684e24d1ff3683953c968fed210b2982')