eac9a58f6c
[Thomas: don't introduce a SWIG_MAJOR variable, not needed for the bump.] Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
523 B
Makefile
18 lines
523 B
Makefile
################################################################################
|
|
#
|
|
# swig
|
|
#
|
|
################################################################################
|
|
|
|
SWIG_VERSION = 2.0.12
|
|
SWIG_SITE = http://downloads.sourceforge.net/project/swig/swig/swig-$(SWIG_VERSION)
|
|
SWIG_DEPENDENCIES = host-bison
|
|
HOST_SWIG_CONF_OPT = \
|
|
--without-pcre \
|
|
--disable-ccache \
|
|
--without-octave
|
|
SWIG_LICENSE = GPLv3+ BSD-2c BSD-3c
|
|
SWIG_LICENSE_FILES = LICENSE LICENSE-GPL LICENSE-UNIVERSITIES
|
|
|
|
$(eval $(host-autotools-package))
|