summaryrefslogtreecommitdiff
path: root/package/geoclue
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-20 19:53:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-20 19:53:38 +0200
commit6776815ef8c53a8598552c2c429d93f12dd7e586 (patch)
treeb9acfff6d7dc891d09ff03c4f43cac98adf12b92 /package/geoclue
parent09db55c7705305777a33bd6b786e53bca5e19a84 (diff)
disable pcc (broken), fix valgrind
Diffstat (limited to 'package/geoclue')
-rw-r--r--package/geoclue/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/package/geoclue/Makefile b/package/geoclue/Makefile
deleted file mode 100644
index 113d400eb..000000000
--- a/package/geoclue/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:= geoclue
-PKG_VERSION:= 1.99.3
-PKG_RELEASE:= 1
-PKG_MD5SUM:= 514efbecd69c78b3e0a3d86012b7d88c
-PKG_DESCR:= D-Bus service that provides location information
-PKG_SECTION:= libs
-PKG_DEPENDS:= json-glib
-PKG_BUILDDEP:= json-glib
-PKG_URL:= http://www.freedesktop.org/wiki/Software/GeoClue/
-PKG_SITES:= http://www.freedesktop.org/software/geoclue/releases/1.99/
-PKG_OPTS:= dev
-
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
-
-include $(TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,GEOCLUE,geoclue,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
-
-geoclue-install:
- $(INSTALL_DIR) $(IDIR_GEOCLUE)/usr/lib
- $(CP) $(WRKINST)/usr/lib/geoclue*.so* \
- $(IDIR_GEOCLUE)/usr/lib
-
-include ${TOPDIR}/mk/pkg-bottom.mk