bcm28xx: update kernel
[openadk.git] / package / log4cplus / Makefile
blobf690daaf4d861666f3289ef09fde0fd2d5bbb2bc
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${ADK_TOPDIR}/rules.mk
6 PKG_NAME:= log4cplus
7 PKG_VERSION:= 1.0.4
8 PKG_RELEASE:= 2
9 PKG_HASH:= c2bb01b5f4bff5fa768700e98ead4a79dfd556096c9f3f0401849da7ab80fbef
10 PKG_DESCR:= logging framework for c++
11 PKG_SECTION:= libs/misc
12 PKG_NEEDS:= threads
13 PKG_URL:= http://log4cplus.sourceforge.net/
14 PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=log4cplus/log4cplus-stable/${PKG_VERSION}/}
15 PKG_OPTS:= dev
17 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
19 include ${ADK_TOPDIR}/mk/package.mk
21 $(eval $(call PKG_template,LOG4CPLUS,log4cplus,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
23 log4cplus-install:
24 ${CP} ${WRKINST}/* ${IDIR_LOG4CPLUS}
26 include ${ADK_TOPDIR}/mk/pkg-bottom.mk