diff options
author | Mustafa Yuecel <yuecelm@ee.ethz.ch> | 2006-03-15 23:26:52 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-15 23:26:52 +0000 |
commit | 01d3364d0cc6d44f88b2e4f751ecb7b79c188afe (patch) | |
tree | b12632065bfd0fd60ffa7c5adad750a3748211ef /packages/neon | |
parent | f5057d8a6761f19513eb2ad2ad3e6ea11142c87e (diff) |
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.bb | 17 |
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}/ +} |