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
:= dea3c52b9f3f915651c6279c76758acf7c427727e8b9b0130f8b138f24012290
10 PKG_DESCR
:= http and webdav library
11 PKG_SECTION
:= libs
/misc
12 PKG_DEPENDS
:= libpthread libxml2 libopenssl zlib
13 PKG_BUILDDEP
:= libpthread libxml2 openssl zlib
14 PKG_URL
:= http
://webdav.org
/neon
/
15 PKG_SITES
:= http
://webdav.org
/neon
/
18 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
20 include ${ADK_TOPDIR}/mk
/package.mk
22 $(eval
$(call PKG_template
,NEON
,neon
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
24 CONFIGURE_ARGS
+= --with-ssl
=openssl \
29 ${INSTALL_DIR} ${IDIR_NEON}/usr
/lib
30 $(CP
) ${WRKINST}/usr
/lib
/libneon.so
* ${IDIR_NEON}/usr
/lib
32 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk