diff options
Diffstat (limited to 'packages/neon/neon_0.25.5.bb')
-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}/ +} |