Makefile 887 B

1234567891011121314151617181920212223242526
  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 ${ADK_TOPDIR}/rules.mk
  4. PKG_NAME:= openobex
  5. PKG_VERSION:= 1.5
  6. PKG_RELEASE:= 2
  7. PKG_HASH:= e602047570799a47ecb028420bda8f2cef41310e5a99d084de10aa9422935e65
  8. PKG_DESCR:= implementation of the obex protocol
  9. PKG_SECTION:= sys/misc
  10. PKG_URL:= http://dev.zuckschwerdt.org/openobex/wiki/WikiStart
  11. PKG_SITES:= ${MASTER_SITE_KERNEL:=bluetooth/}
  12. PKG_OPTS:= dev
  13. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  14. include ${ADK_TOPDIR}/mk/package.mk
  15. $(eval $(call PKG_template,OPENOBEX,openobex,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
  16. openobex-install:
  17. ${INSTALL_DIR} ${IDIR_OPENOBEX}/usr/lib
  18. ${CP} ${WRKINST}/usr/lib/libopenobex.so* ${IDIR_OPENOBEX}/usr/lib/
  19. include ${ADK_TOPDIR}/mk/pkg-bottom.mk