aboutsummaryrefslogtreecommitdiffstats
path: root/packages/neon
diff options
context:
space:
mode:
authorMustafa Yuecel <yuecelm@ee.ethz.ch>2006-03-15 23:26:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-15 23:26:52 +0000
commit01d3364d0cc6d44f88b2e4f751ecb7b79c188afe (patch)
treeb12632065bfd0fd60ffa7c5adad750a3748211ef /packages/neon
parentf5057d8a6761f19513eb2ad2ad3e6ea11142c87e (diff)
downloadopenembedded-01d3364d0cc6d44f88b2e4f751ecb7b79c188afe.tar.gz
subversion-1.3.0,davfs2-0.2.8: push newest releases
- neon-0.26.0 supports gnutls, but subversion and davfs2 are yet not compatible with neon-0.26.0 - add neon-0.25.5 - again, no https support
Diffstat (limited to 'packages/neon')
-rw-r--r--packages/neon/neon_0.25.5.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/neon/neon_0.25.5.bb b/packages/neon/neon_0.25.5.bb
new file mode 100644
index 0000000000..b3c3512d34
--- /dev/null
+++ b/packages/neon/neon_0.25.5.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
+SECTION = "base"
+LICENSE = "LGPL"
+DEPENDS = "zlib libxml2 expat time"
+
+PR = "r0"
+
+SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz"
+
+inherit autotools binconfig lib_package
+
+EXTRA_OECONF = "--without-ssl --with-libxml2 --with-expat --enable-shared"
+
+do_stage () {
+ autotools_stage_includes
+ oe_libinstall -C src -so -a libneon ${STAGING_LIBDIR}/
+}