swig: new package
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 10 Apr 2013 10:29:25 +0000 (10:29 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 17 Apr 2013 21:00:44 +0000 (23:00 +0200)
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>
package/swig/swig.mk [new file with mode: 0644]

diff --git a/package/swig/swig.mk b/package/swig/swig.mk
new file mode 100644 (file)
index 0000000..6aaf969
--- /dev/null
@@ -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))