add some debug output, which has the nice side effect to fix timing issues while...
[openadk.git] / package / neon / Makefile
blob936a1e030a9e6c493f1d0d61623f20c0d0f53eeb
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:= neon
7 PKG_VERSION:= 0.30.1
8 PKG_RELEASE:= 1
9 PKG_HASH:= 00c626c0dc18d094ab374dbd9a354915bfe4776433289386ed489c2ec0845cdd
10 PKG_DESCR:= http and webdav library
11 PKG_SECTION:= libs/misc
12 PKG_DEPENDS:= libxml2 zlib libressl
13 PKG_BUILDDEP:= libxml2 zlib libressl
14 PKG_NEEDS:= threads
15 PKG_URL:= http://webdav.org/neon/
16 PKG_SITES:= http://webdav.org/neon/
17 PKG_OPTS:= dev
19 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
21 include ${ADK_TOPDIR}/mk/package.mk
23 $(eval $(call PKG_template,NEON,neon,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
25 CONFIGURE_ARGS+= --with-ssl=openssl \
26 --without-gssapi \
27 --with-libxml2
29 neon-install:
30 ${INSTALL_DIR} ${IDIR_NEON}/usr/lib
31 $(CP) ${WRKINST}/usr/lib/libneon.so* ${IDIR_NEON}/usr/lib
33 include ${ADK_TOPDIR}/mk/pkg-bottom.mk