summaryrefslogtreecommitdiff
path: root/package/geoclue/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-03 15:33:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-03 15:33:09 +0200
commit4a4478fce5fffa5db6b413b755851b18638328c0 (patch)
treef7baa56440d645bcf0c44d3e3c9e22507e6bf647 /package/geoclue/Makefile
parent96d5911e0b2ea6b8977a7a84967af877b7717637 (diff)
parent5f2187e92c8d151b840454282fe390ebad030e35 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/geoclue/Makefile')
-rw-r--r--package/geoclue/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/package/geoclue/Makefile b/package/geoclue/Makefile
new file mode 100644
index 000000000..113d400eb
--- /dev/null
+++ b/package/geoclue/Makefile
@@ -0,0 +1,29 @@
+# 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