7d7e2e9bb2d0a8589fabb1b296e70d6f8d9ea4c6
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / log4cxx / log4cxx.mk
1 ################################################################################
2 #
3 # log4cxx
4 #
5 ################################################################################
6
7 LOG4CXX_VERSION = 0.10.0
8 LOG4CXX_SITE = http://archive.apache.org/dist/logging/log4cxx/$(LOG4CXX_VERSION)
9 LOG4CXX_SOURCE = apache-log4cxx-$(LOG4CXX_VERSION).tar.gz
10 LOG4CXX_INSTALL_STAGING = YES
11 LOG4CXX_LICENSE = Apache-2.0
12 LOG4CXX_LICENSE_FILES = LICENSE
13
14 LOG4CXX_CONF_OPTS = \
15         --with-apr=$(STAGING_DIR)/usr/bin/apr-1-config \
16         --with-apr-util=$(STAGING_DIR)/usr/bin/apu-1-config \
17         --disable-dot \
18         --disable-doxygen \
19         --disable-html-docs
20
21 LOG4CXX_DEPENDENCIES = apr apr-util
22
23 $(eval $(autotools-package))