diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-07-13 21:17:26 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-07-13 21:17:26 +0000 |
commit | db3e8f406a541adc663c0d374acec8747b254049 (patch) | |
tree | fa2c12139285013a156f81102c17a37c9b9b3ea7 /recipes | |
parent | 34b2c6d58596767386c3fde6e62151b026f1a103 (diff) |
libsoup-2.4: Updated to version 2.27.4 required by latest webkit-gtk).
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gnome/libsoup-2.4_2.27.4.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/gnome/libsoup-2.4_2.27.4.bb b/recipes/gnome/libsoup-2.4_2.27.4.bb new file mode 100644 index 0000000000..ae503065c0 --- /dev/null +++ b/recipes/gnome/libsoup-2.4_2.27.4.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "An HTTP library implementation in C" +SECTION = "x11/gnome/libs" +LICENSE = "GPL" +DEPENDS = "libproxy glib-2.0 gnutls libxml2 sqlite3" + +inherit gnome + +SRC_URI = "${GNOME_MIRROR}/libsoup/${@gnome_verdir("${PV}")}/libsoup-${PV}.tar.bz2" +S = "${WORKDIR}/libsoup-${PV}" + +do_stage() { + autotools_stage_all +} + +PACKAGES =+ "libsoup-gnome" +FILES_libsoup-gnome = "${libdir}/libsoup-gnome*.so.*" +FILES_${PN} = "${libdir}/libsoup-2*.so.*" +FILES_${PN}-dev = "${includedir}/ ${libdir}/" +FILES_${PN}-doc = "${datadir}/" |