wvstreams_4.6.bb: Add new recipe.
authorKhem Raj <raj.khem@gmail.com>
Sat, 8 Aug 2009 04:11:38 +0000 (21:11 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sat, 8 Aug 2009 04:11:38 +0000 (21:11 -0700)
This is the latest release available as of now.
it does not compile on uclibc based system for
now.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
conf/checksums.ini
recipes/wvstreams/wvstreams_4.4.1.bb
recipes/wvstreams/wvstreams_4.6.bb [new file with mode: 0644]

index bfd1ae3..396d9c2 100644 (file)
@@ -25078,6 +25078,10 @@ sha256=cff48f9a87e94672c7a819661a3a5c893ee44e763c6e5775d00aff3de43619b1
 md5=d092f6a80d38d361cb7a6d54d7699678
 sha256=465e5d5a9dee6284574fa065dcde5cc17a2907f153239ad4a4917e82abb8de6b
 
+[http://wvstreams.googlecode.com/files/wvstreams-4.6.tar.gz]
+md5=4ee8ccfe6dfc29bf952d58fa23626c97
+sha256=171df8e545b53edb3efbd65b9bc2b35549d05249bd0c92776701f9d8da77ed6f
+
 [http://ftp.de.debian.org/debian/pool/main/w/wvstreams/wvstreams_4.2.2-2.2.diff.gz]
 md5=58e1df79ce031b256417ba5992cce833
 sha256=f203a843f11d53ed075a03c07a85e2b5d43dec4cff4da791a96265dfdbee1030
index 6aeefc7..c7a0d41 100644 (file)
@@ -1,8 +1,7 @@
 HOMEPAGE = "http://alumnit.ca/wiki/index.php?page=WvStreams"
 LICENSE = "LGPL"
 DESCRIPTION = "WvStreams is a network programming library in C++"
-#DEPENDS = "zlib openssl (>= 0.9.8)"
-DEPENDS = "zlib openssl"
+DEPENDS = "zlib openssl (>= 0.9.8)"
 
 PR = "r3"
 
diff --git a/recipes/wvstreams/wvstreams_4.6.bb b/recipes/wvstreams/wvstreams_4.6.bb
new file mode 100644 (file)
index 0000000..32c70a3
--- /dev/null
@@ -0,0 +1,39 @@
+HOMEPAGE = "http://alumnit.ca/wiki/index.php?page=WvStreams"
+LICENSE = "LGPL"
+DESCRIPTION = "WvStreams is a network programming library in C++"
+DEPENDS = "zlib openssl (>= 0.9.8)"
+
+SRC_URI = "http://wvstreams.googlecode.com/files/${PN}-${PV}.tar.gz \
+       "
+
+inherit autotools pkgconfig
+
+LDFLAGS_append = " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib"
+
+EXTRA_OECONF = " --without-tcl --without-qt --without-pam"
+
+PACKAGES_prepend = "libuniconf libuniconf-dbg "
+PACKAGES_prepend = "uniconfd uniconfd-dbg "
+PACKAGES_prepend = "libwvstreams-base libwvstreams-base-dbg "
+PACKAGES_prepend = "libwvstreams-extras libwvstreams-extras-dbg "
+
+FILES_libuniconf     = "${libdir}/libuniconf.so.*"
+FILES_libuniconf-dbg = "${libdir}/.debug/libuniconf.so.*"
+
+FILES_uniconfd     = "${sbindir}/uniconfd ${sysconfdir}/uniconf.conf ${localstatedir}/uniconf"
+FILES_uniconfd-dbg = "${sbindir}/.debug/uniconfd"
+
+FILES_libwvstreams-base     = "${libdir}/libwvutils.so.*"
+FILES_libwvstreams-base-dbg = "${libdir}/.debug/libwvutils.so.*"
+
+FILES_libwvstreams-extras     = "${libdir}/libwvbase.so.* ${libdir}/libwvstreams.so.*"
+FILES_libwvstreams-extras-dbg = "${libdir}/.debug/libwvbase.so.* ${libdir}/.debug/libwvstreams.so.*"
+
+
+do_stage() {
+    autotools_stage_all
+}
+do_configure() {
+        autoreconf
+        oe_runconf
+}