summaryrefslogtreecommitdiffstats
path: root/meta/packages/neon/neon_0.28.1.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-22 12:33:40 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-22 12:33:40 +0000
commit8f84474b504d306b6bd16b4fadbe6fbb1c2285e9 (patch)
treea402882e5ea696b75a9063d3161d53c2b7d027ee /meta/packages/neon/neon_0.28.1.bb
parent8d715a27d0b7723c9666d77c219f73550dc20d2d (diff)
downloadpoky-8f84474b504d306b6bd16b4fadbe6fbb1c2285e9.tar.gz
neon: upgraded to 0.28.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4110 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/neon/neon_0.28.1.bb')
-rw-r--r--meta/packages/neon/neon_0.28.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/neon/neon_0.28.1.bb b/meta/packages/neon/neon_0.28.1.bb
new file mode 100644
index 0000000000..d99b9a64a4
--- /dev/null
+++ b/meta/packages/neon/neon_0.28.1.bb
@@ -0,0 +1,15 @@
1DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
2SECTION = "libs"
3LICENSE = "LGPL"
4DEPENDS = "zlib libxml2 expat time gnutls"
5
6SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \
7 file://pkgconfig.patch;patch=1"
8
9inherit autotools binconfig lib_package pkgconfig
10
11EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"
12
13do_stage () {
14 autotools_stage_all
15}