diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-09 09:57:14 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-09 09:57:14 +0100 |
commit | 50f9577409c257040b05b4e4b547fc766661f894 (patch) | |
tree | c973d0ac8a0fa362323145699936e3ab0df12f53 /recipes/gnome | |
parent | 396964ae642059b9f167b9934b4fbcf24d943ab4 (diff) |
libsoup-2.4: add 2.29.91
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/libsoup-2.4_2.29.91.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/gnome/libsoup-2.4_2.29.91.bb b/recipes/gnome/libsoup-2.4_2.29.91.bb new file mode 100644 index 0000000000..46afd2314d --- /dev/null +++ b/recipes/gnome/libsoup-2.4_2.29.91.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "An HTTP library implementation in C" +SECTION = "x11/gnome/libs" +LICENSE = "GPL" +DEPENDS = "libproxy glib-2.0 gnutls libxml2 sqlite3 gnome-keyring" + +inherit gnome + +SRC_URI = "${GNOME_MIRROR}/libsoup/${@gnome_verdir("${PV}")}/libsoup-${PV}.tar.bz2;name=libsoup" +SRC_URI[libsoup.md5sum] = "900390c0ead254fbb23f3f0b84fd18bb" +SRC_URI[libsoup.sha256sum] = "626c88f6b87463cb092733d2bcd5672ca69529a766cc6c5cc817f34b49c821b1" + +S = "${WORKDIR}/libsoup-${PV}" + +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}/" |