]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add neon (from OE) for aaina
authorRichard Purdie <richard@openedhand.com>
Tue, 10 Jul 2007 14:08:48 +0000 (14:08 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 10 Jul 2007 14:08:48 +0000 (14:08 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2144 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/neon/neon_0.26.0.bb [new file with mode: 0644]

diff --git a/meta/packages/neon/neon_0.26.0.bb b/meta/packages/neon/neon_0.26.0.bb
new file mode 100644 (file)
index 0000000..705cda8
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
+SECTION = "libs"
+LICENSE = "LGPL"
+DEPENDS = "zlib libxml2 expat time gnutls"
+PR = "r2"
+
+SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz"
+
+inherit autotools binconfig lib_package pkgconfig
+
+EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"
+
+do_stage () {
+       autotools_stage_all
+}