Makefile 936 B

1234567891011121314151617181920212223242526272829
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include $(TOPDIR)/rules.mk
  4. PKG_NAME:= geoclue
  5. PKG_VERSION:= 1.99.3
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= 514efbecd69c78b3e0a3d86012b7d88c
  8. PKG_DESCR:= D-Bus service that provides location information
  9. PKG_SECTION:= libs
  10. PKG_DEPENDS:= json-glib
  11. PKG_BUILDDEP:= json-glib
  12. PKG_URL:= http://www.freedesktop.org/wiki/Software/GeoClue/
  13. PKG_SITES:= http://www.freedesktop.org/software/geoclue/releases/1.99/
  14. PKG_OPTS:= dev
  15. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
  16. include $(TOPDIR)/mk/package.mk
  17. $(eval $(call PKG_template,GEOCLUE,geoclue,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
  18. geoclue-install:
  19. $(INSTALL_DIR) $(IDIR_GEOCLUE)/usr/lib
  20. $(CP) $(WRKINST)/usr/lib/geoclue*.so* \
  21. $(IDIR_GEOCLUE)/usr/lib
  22. include ${TOPDIR}/mk/pkg-bottom.mk