ecj-initial: convert to new staging system
[openembedded.git] / recipes / c-ares / c-ares_1.5.3.bb
blob0def152e80662cdda372db30ea75430de4b7ec4f
1 DESCRIPTION = "c-ares is a C library that resolves names asynchronously."
2 HOMEPAGE = "http://daniel.haxx.se/projects/c-ares/"
3 SECTION = "libs"
4 SRC_URI = "http://daniel.haxx.se/projects/c-ares/c-ares-${PV}.tar.gz"
5 LICENSE = "MIT"
6 S = "${WORKDIR}/c-ares-${PV}"
7 PR = "r1"
9 inherit autotools
11 EXTRA_OECONF = "--enable-shared"
13 do_stage() {
14 oe_libinstall -C .libs -a -so libcares ${STAGING_LIBDIR}
15 install -d ${STAGING_INCDIR}/ares
16 install -m 0644 ares*.h ${STAGING_INCDIR}/ares/
20 SRC_URI[md5sum] = "ec202543a8cb86647f52e1ed4b5c0b37"
21 SRC_URI[sha256sum] = "3037156096ea9fee7c40c771207ab8f21b862cb38b6ca62cc0ac464223f9b643"