diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-22 12:33:40 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-22 12:33:40 +0000 |
commit | 8f84474b504d306b6bd16b4fadbe6fbb1c2285e9 (patch) | |
tree | a402882e5ea696b75a9063d3161d53c2b7d027ee /meta/packages/neon/neon_0.28.1.bb | |
parent | 8d715a27d0b7723c9666d77c219f73550dc20d2d (diff) | |
download | poky-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.bb | 15 |
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 @@ | |||
1 | DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface." | ||
2 | SECTION = "libs" | ||
3 | LICENSE = "LGPL" | ||
4 | DEPENDS = "zlib libxml2 expat time gnutls" | ||
5 | |||
6 | SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \ | ||
7 | file://pkgconfig.patch;patch=1" | ||
8 | |||
9 | inherit autotools binconfig lib_package pkgconfig | ||
10 | |||
11 | EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared" | ||
12 | |||
13 | do_stage () { | ||
14 | autotools_stage_all | ||
15 | } | ||