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
9 PKG_HASH
:= 0de0396220a9566a580166e66b39674cb40efd2176f52ad2c65486c99c920c8c
10 PKG_DESCR
:= apache logging framework for c
++
11 PKG_SECTION
:= libs
/misc
12 PKG_DEPENDS
:= apr apr-util
13 PKG_BUILDDEP
:= apr apr-util
14 PKG_URL
:= http
://logging.apache.org
/log4cxx
/
15 PKG_SITES
:= http
://www.apache.org
/dist/logging
/log4cxx
/0.10.0/
18 DISTFILES
:= apache-
${PKG_NAME}-${PKG_VERSION}.
tar.gz
19 WRKDIST
= ${WRKDIR}/apache-
${PKG_NAME}-${PKG_VERSION}
21 include ${ADK_TOPDIR}/mk
/package.mk
23 $(eval
$(call PKG_template
,LOG4CXX
,log4cxx
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
26 ${INSTALL_DIR} ${IDIR_LOG4CXX}/usr
/lib
27 ${CP} ${WRKINST}/usr
/lib
/*.so
* ${IDIR_LOG4CXX}/usr
/lib
29 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk