Add/fix libsoup 2.2.96 package

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@621 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord 2006-08-20 22:53:28 +00:00
parent 1bf87de1e6
commit 4776ce09c4
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
LICENSE = "GPL"
DESCRIPTION = "An HTTP library implementation in C"
SECTION = "x11/gnome/libs"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.2/${PN}-${PV}.tar.bz2"
DEPENDS = "glib-2.0 gnutls libxml2"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
inherit autotools pkgconfig
FILES_${PN} = "${libdir}/lib*.so.*"
FILES_${PN}-dev = "${includedir} ${libdir}"
FILES_${PN}-doc = "${datadir}"
do_stage() {
autotools_stage_all
install -d ${STAGING_DATADIR}/pkgconfig
install -m 0644 ${S}/libsoup.pc ${STAGING_DATADIR}/pkgconfig/
}