Makefile 856 B

123456789101112131415161718192021222324252627
  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:= log4cplus
  5. PKG_VERSION:= 1.0.4
  6. PKG_RELEASE:= 2
  7. PKG_MD5SUM:= 977d0a390b3be1a4ad8cfab2e4dd3af3
  8. PKG_DESCR:= logging framework for c++
  9. PKG_SECTION:= libs/misc
  10. PKG_DEPENDS:= libpthread
  11. PKG_BUILDDEP:= libpthread
  12. PKG_URL:= http://log4cplus.sourceforge.net/
  13. PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=log4cplus/log4cplus-stable/${PKG_VERSION}/}
  14. PKG_OPTS:= dev
  15. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
  16. include ${ADK_TOPDIR}/mk/package.mk
  17. $(eval $(call PKG_template,LOG4CPLUS,log4cplus,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
  18. log4cplus-install:
  19. ${CP} ${WRKINST}/* ${IDIR_LOG4CPLUS}
  20. include ${ADK_TOPDIR}/mk/pkg-bottom.mk