libsoup-2.4: Add 2.25.29 (still 2.4 ABI)

This commit is contained in:
Richard Purdie
2009-03-11 15:57:23 +00:00
parent 01b99d5a65
commit bdc077bc13

View File

@@ -0,0 +1,14 @@
DESCRIPTION = "An HTTP library implementation in C"
LICENSE = "GPL"
SECTION = "x11/gnome/libs"
DEPENDS = "glib-2.0 gnutls libxml2 libproxy"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.25/libsoup-${PV}.tar.bz2"
S = "${WORKDIR}/libsoup-${PV}"
inherit autotools_stage pkgconfig
do_stage() {
autotools_stage_all
}