diff options
author | Koen Kooi <koen@openembedded.org> | 2009-03-19 13:38:21 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-03-19 13:38:21 +0100 |
commit | 34533ec86411fcaf5508b40cd38a9562378709a8 (patch) | |
tree | 86216a7e9e46e98621a9abfdd6f0ee8c5d68955f /recipes | |
parent | b7423a748d38227810bfad44cc3c9f7f27bfe379 (diff) |
libsoup: add 2.26.0
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gnome/libsoup-2.4_2.26.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/gnome/libsoup-2.4_2.26.0.bb b/recipes/gnome/libsoup-2.4_2.26.0.bb new file mode 100644 index 0000000000..5f7fe4c6ca --- /dev/null +++ b/recipes/gnome/libsoup-2.4_2.26.0.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "An HTTP library implementation in C" +SECTION = "x11/gnome/libs" +LICENSE = "GPL" +DEPENDS = "libproxy glib-2.0 gnutls libxml2" + +inherit gnome + +SRC_URI = "${GNOME_MIRROR}/libsoup/${@gnome_verdir("${PV}")}/libsoup-${PV}.tar.bz2" +S = "${WORKDIR}/libsoup-${PV}" + +do_stage() { + autotools_stage_all +} + +FILES_${PN} = "${libdir}/lib*.so.*" +FILES_${PN}-dev = "${includedir}/ ${libdir}/" +FILES_${PN}-doc = "${datadir}/" |