summaryrefslogtreecommitdiff
path: root/recipes/swig/swig.inc
diff options
context:
space:
mode:
authorSergey Lapin <slapin@ossfans.org>2010-02-06 23:12:38 +0300
committerSergey Lapin <slapin@ossfans.org>2010-02-06 23:12:38 +0300
commit9dbc3d716405d56def0af95748632035864c07b7 (patch)
tree8c2865915bcc385c78a32a1c67398e366fea02ae /recipes/swig/swig.inc
parent029e21c8111deafa850ad1724e48da29c321f2f8 (diff)
parent01dcb228756ee2348a8f6257b39d196340b69d96 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/swig/swig.inc')
-rw-r--r--recipes/swig/swig.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/swig/swig.inc b/recipes/swig/swig.inc
new file mode 100644
index 0000000000..30d556c90a
--- /dev/null
+++ b/recipes/swig/swig.inc
@@ -0,0 +1,16 @@
+DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator"
+HOMEPAGE = "http://swig.sourceforge.net/"
+LICENSE = "BSD"
+SECTION = "devel"
+INC_PR = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
+
+inherit autotools
+
+BBCLASSEXTEND = "native"
+
+do_configure() {
+ oe_runconf
+}
+