c-ares: add 1.5.3
authorPhil Blundell <philb@gnu.org>
Fri, 29 Aug 2008 13:48:48 +0000 (13:48 +0000)
committerPhil Blundell <philb@gnu.org>
Fri, 29 Aug 2008 13:48:48 +0000 (13:48 +0000)
packages/c-ares/c-ares_1.5.3.bb [new file with mode: 0644]

diff --git a/packages/c-ares/c-ares_1.5.3.bb b/packages/c-ares/c-ares_1.5.3.bb
new file mode 100644 (file)
index 0000000..9098a9c
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "c-ares is a C library that resolves names asynchronously."
+HOMEPAGE = "http://daniel.haxx.se/projects/c-ares/"
+SECTION = "libs"
+SRC_URI = "http://daniel.haxx.se/projects/c-ares/c-ares-${PV}.tar.gz"
+LICENSE = "MIT"
+S = "${WORKDIR}/c-ares-${PV}"
+
+inherit autotools
+
+do_stage() {
+        oe_libinstall -C .libs -a libcares ${STAGING_LIBDIR}
+       install -d ${STAGING_INCDIR}/ares
+       install -m 0644 ares*.h ${STAGING_INCDIR}/ares/
+}
+