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>
This commit is contained in:
Gustavo Zacarias 2013-04-10 10:29:25 +00:00 committed by Peter Korsgaard
parent 7842789cb5
commit 65dc5b7ad2

14
package/swig/swig.mk Normal file
View File

@ -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))