# $FreeWRT$ #- # This file is part of the FreeWRT project. FreeWRT is copyrighted # material, please see the LICENCE file in the top-level directory # or at http://www.freewrt.org/licence for details. include ${TOPDIR}/rules.mk PKG_NAME:= apr-util PKG_VERSION:= 1.3.4 PKG_RELEASE:= 2 PKG_MD5SUM:= a10e2ca150ff07f484c724c36142211f MASTER_SITES:= http://gd.tuwien.ac.at/infosys/servers/http/apache/dist/apr/ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,APR_UTIL,$(PKG_NAME),${PKG_VERSION}-${PKG_RELEASE},${ARCH})) CONFIGURE_STYLE:= gnu CONFIGURE_ARGS+= --without-berkeley-db CONFIGURE_ARGS+= --with-apr=${STAGING_DIR}/usr CONFIGURE_ARGS+= --with-expat=${STAGING_DIR}/usr BUILD_STYLE:= auto INSTALL_STYLE:= auto XAKE_FLAGS+= apr_builddir=${STAGING_DIR}/usr/share/build-1 \ apr_builders=${STAGING_DIR}/usr/share/build-1 post-install: ${INSTALL_DIR} ${IDIR_APR_UTIL}/usr/lib ${CP} ${WRKINST}/usr/lib/libaprutil-1.so* ${IDIR_APR_UTIL}/usr/lib/ include ${TOPDIR}/mk/pkg-bottom.mk