matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / gnome / libsoup_2.2.93.bb
blobaf35e4e8183320a93969bb4e53b989f8a64c3b3b
1 LICENSE = "GPL"
2 DESCRIPTION = "An HTTP library implementation in C"
3 SECTION = "x11/gnome/libs"
4 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.2/${PN}-${PV}.tar.bz2"
5 DEPENDS = "glib-2.0 gnutls libxml2"
7 inherit autotools pkgconfig
9 FILES_${PN} = "${libdir}/lib*.so.*"
10 FILES_${PN}-dev = "${includedir}/ ${libdir}/"
11 FILES_${PN}-doc = "${datadir}/"
13 do_stage() {
14 autotools_stage_all
15 ln -s ${STAGING_DATADIR}/pkgconfig/libsoup.pc ${STAGING_DATADIR}/pkgconfig/libsoup-2.2.pc
18 SRC_URI[md5sum] = "08f9c570a4331778da95c0bc317f6bf4"
19 SRC_URI[sha256sum] = "9196f6bd888ade327cb475e95187ebd323594b13ddde7c2202e4e5cb16920a19"