git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92bc1fb
)
c-ares: add 1.5.3
author
Phil Blundell
<philb@gnu.org>
Fri, 29 Aug 2008 13:48:48 +0000
(13:48 +0000)
committer
Phil 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]
patch
|
blob
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
+++ b/
packages/c-ares/c-ares_1.5.3.bb
@@ -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/
+}
+