aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/swig/swig.inc
diff options
context:
space:
mode:
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
+}
+