neon: alter source while webdav is offline
authorMichael Lauer <mickey@vanille-media.de>
Tue, 9 May 2006 12:50:35 +0000 (12:50 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 9 May 2006 12:50:35 +0000 (12:50 +0000)
packages/neon/neon_0.24.7.bb [deleted file]
packages/neon/neon_0.25.5.bb
packages/neon/neon_0.26.0.bb

diff --git a/packages/neon/neon_0.24.7.bb b/packages/neon/neon_0.24.7.bb
deleted file mode 100644 (file)
index 2fba9ea..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
-SECTION = "base"
-LICENSE = "LGPL"
-DEPENDS = "zlib libxml2 expat time"
-
-PR = "r2"
-
-SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \
-          file://no-func-checks.patch;patch=1"
-
-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}/
-}
index b3c3512..b6a2b2e 100644 (file)
@@ -1,17 +1,17 @@
 DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
-SECTION = "base"
+HOMEPAGE = "http://www.webdav.org/neon"
+SECTION = "libs"
 LICENSE = "LGPL"
 DEPENDS = "zlib libxml2 expat time"
 
 PR = "r0"
 
-SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz"
+SRC_URI = "http://be.lunar-linux.org/lunar/cache/neon-${PV}.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}/
+do_stage() {
+       autotools_stage_all
 }
index 7e979da..7af9b7c 100644 (file)
@@ -1,8 +1,7 @@
 DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
-SECTION = "base"
+SECTION = "libs"
 LICENSE = "LGPL"
 DEPENDS = "zlib libxml2 expat time gnutls"
-
 PR = "r1"
 
 DEFAULT_PREFERENCE = "-1"
@@ -14,6 +13,5 @@ inherit autotools binconfig lib_package pkgconfig
 EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"
 
 do_stage () {
-       autotools_stage_includes
-       oe_libinstall -C src -so -a libneon ${STAGING_LIBDIR}/
+       autotools_stage_all
 }