mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 12:32:11 +02:00
19 lines
405 B
BlitzBasic
19 lines
405 B
BlitzBasic
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}/"
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|