summaryrefslogtreecommitdiff
path: root/package/neon
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-24 12:02:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-24 12:02:33 +0100
commitb3259201a158cb1a571c2a3b2976fbd7b95a4b80 (patch)
treed1bf8edcf012880df29e52bf326b96c18c624dab /package/neon
parent0c0ed379d9f34a2d085d9ebf7accf63d48684439 (diff)
parent537a2c4eaa446e52c6ba07007eb9ae75998b5580 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/neon')
-rw-r--r--package/neon/Config.in31
-rw-r--r--package/neon/Makefile1
2 files changed, 1 insertions, 31 deletions
diff --git a/package/neon/Config.in b/package/neon/Config.in
deleted file mode 100644
index 70609f89f..000000000
--- a/package/neon/Config.in
+++ /dev/null
@@ -1,31 +0,0 @@
-config ADK_PACKAGE_NEON
- prompt "neon.............................. an HTTP and WebDAV client library"
- tristate
- default n
- select ADK_PACKAGE_LIBPTHREAD
- select ADK_PACKAGE_LIBOPENSSL
- select ADK_PACKAGE_LIBXML2
- select ADK_PACKAGE_ZLIB
- help
- neon is an HTTP and WebDAV client library, with a C interface.
-
- Featuring:
-
- * High-level interface to HTTP and WebDAV methods (PUT, GET,
- HEAD etc)
- * Low-level interface to HTTP request handling, to allow
- implementing new methods easily.
- * persistent connections
- * RFC2617 basic and digest authentication (including auth-int,
- md5-sess)
- * Proxy support (including basic/digest authentication)
- * SSL/TLS support using OpenSSL (including client certificate
- support)
- * Generic WebDAV 207 XML response handling mechanism
- * XML parsing using the expat or libxml parsers
- * Easy generation of error messages from 207 error responses
- * WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL.
- * WebDAV metadata support: set and remove properties, query any
- set of properties (PROPPATCH/PROPFIND).
- * autoconf macros supplied for easily embedding neon directly
- inside an application source tree.
diff --git a/package/neon/Makefile b/package/neon/Makefile
index e0d6c88d8..b284df38b 100644
--- a/package/neon/Makefile
+++ b/package/neon/Makefile
@@ -6,6 +6,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME= neon
PKG_VERSION= 0.28.4
PKG_RELEASE= 1
+PKG_BUILDDEP+= libpthread libxml2 openssl zlib
PKG_MD5SUM= 6c3b94362af743d046e198e9fcbe4a85
PKG_DESCR:= HTTP and WebDAV library
PKG_SECTION:= libs