summaryrefslogtreecommitdiffstats
path: root/package/swig
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-04-10 10:29:25 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-17 23:00:44 +0200
commit65dc5b7ad2fb690774fa30af0a39048dc9cab1f0 (patch)
tree898714a105b15dd222abb2f23b0fa41062358a28 /package/swig
parent7842789cb539b6b64d61b03f5c8dbe6813f01da7 (diff)
downloadbuildroot-novena-65dc5b7ad2fb690774fa30af0a39048dc9cab1f0.tar.gz
buildroot-novena-65dc5b7ad2fb690774fa30af0a39048dc9cab1f0.zip
swig: new package
Add the swig package, host-variant only since toolchain on the target is deprecated and this package wouldn't serve any purpose. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/swig')
-rw-r--r--package/swig/swig.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/swig/swig.mk b/package/swig/swig.mk
new file mode 100644
index 000000000..6aaf9698f
--- /dev/null
+++ b/package/swig/swig.mk
@@ -0,0 +1,14 @@
+#############################################################
+#
+# swig
+#
+#############################################################
+
+SWIG_VERSION = 2.0.9
+SWIG_SITE = http://downloads.sourceforge.net/project/swig/swig/swig-$(SWIG_VERSION)
+SWIG_DEPENDENCIES = host-bison
+HOST_SWIG_CONF_OPT = --without-pcre --disable-ccache
+SWIG_LICENSE = GPLv3+ BSD-2c BSD-3c
+SWIG_LICENSE_FILES = LICENSE LICENSE-GPL LICENSE-UNIVERSITIES
+
+$(eval $(host-autotools-package))