summaryrefslogtreecommitdiff
path: root/~fauno/geoclue/PKGBUILD
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-08-30 16:11:09 -0300
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-08-30 16:11:09 -0300
commit479722d138d109c10b9895a22868463c642e7edb (patch)
tree7ec3471b9aa6a0d24b735040575b1923e4b26856 /~fauno/geoclue/PKGBUILD
parenta7cbbe0d9d06f75042fe4267a19833cf95e2d7d2 (diff)
parente73edbc68c2fd12028bb3e6e0da12fda51f4f3cd (diff)
downloadabslibre-479722d138d109c10b9895a22868463c642e7edb.tar.gz
abslibre-479722d138d109c10b9895a22868463c642e7edb.tar.bz2
abslibre-479722d138d109c10b9895a22868463c642e7edb.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to '~fauno/geoclue/PKGBUILD')
-rw-r--r--~fauno/geoclue/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/~fauno/geoclue/PKGBUILD b/~fauno/geoclue/PKGBUILD
deleted file mode 100644
index e370197c7..000000000
--- a/~fauno/geoclue/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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')