summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libsoup/libsoup_2.2.100.bb
blob: 94efb7f676ddc145c86c356102602a182a4b9a69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "An HTTP library implementation in C"
LICENSE = "GPL"
SECTION = "x11/gnome/libs"
PR = "r1"

DEPENDS = "glib-2.0 gnutls libxml2"

SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.2/${PN}-${PV}.tar.bz2"

inherit autotools pkgconfig

FILES_${PN} = "${libdir}/lib*.so.*"
FILES_${PN}-dev = "${includedir}/ ${libdir}/"
FILES_${PN}-doc = "${datadir}/"