summaryrefslogtreecommitdiff
path: root/gnome-unstable/geoclue/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-unstable/geoclue/PKGBUILD')
-rw-r--r--gnome-unstable/geoclue/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/gnome-unstable/geoclue/PKGBUILD b/gnome-unstable/geoclue/PKGBUILD
deleted file mode 100644
index b00fd692d..000000000
--- a/gnome-unstable/geoclue/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 154558 2012-03-30 08:55:09Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
-# Contributor: György Balló <ballogy@freestart.hu>
-
-pkgname=geoclue
-pkgver=0.12.0
-pkgrel=4
-pkgdesc="Modular geoinformation service built on the D-Bus messaging system."
-arch=('i686' 'x86_64')
-url="http://geoclue.freedesktop.org/"
-license=('LGPL')
-depends=('gconf' 'gtk2' 'libsoup-gnome' 'networkmanager')
-options=('!libtool')
-source=(https://launchpad.net/geoclue/trunk/${pkgver%.*}/+download/$pkgname-$pkgver.tar.gz
- geoclue-gcc46.patch)
-md5sums=('33af8307f332e0065af056ecba65fec2'
- '0cf8ecc350be702f623ed9a9715818c5')
-
-build() {
- cd $pkgname-$pkgver
- patch -Np1 -i ../geoclue-gcc46.patch
- sed -i 's/libnm_glib/libnm-glib/g' configure
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
- --disable-static --enable-skyhook=no
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}