aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/expat/expat.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/expat/expat.inc')
-rw-r--r--recipes/expat/expat.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/expat/expat.inc b/recipes/expat/expat.inc
new file mode 100644
index 0000000000..6d27b77b19
--- /dev/null
+++ b/recipes/expat/expat.inc
@@ -0,0 +1,13 @@
+DESCRIPTION = "Jim Clarkes XML parser library."
+HOMEPAGE = "http://expat.sf.net/"
+SECTION = "libs"
+LICENSE = "MIT"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz \
+ "
+S = "${WORKDIR}/expat-${PV}"
+
+export LTCC = "${CC}"
+
+inherit autotools
+