mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5218 311d38ba-8fff-0310-9ca6-ca027cbcb966
15 lines
315 B
BlitzBasic
15 lines
315 B
BlitzBasic
DESCRIPTION = "An HTTP library implementation in C"
|
|
LICENSE = "GPL"
|
|
SECTION = "x11/gnome/libs"
|
|
|
|
DEPENDS = "glib-2.0 gnutls libxml2"
|
|
|
|
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.4/libsoup-${PV}.tar.bz2"
|
|
S = "${WORKDIR}/libsoup-${PV}"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|