# swig/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.85 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.02 hours (or 000.95 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.03 hours (or 002.05 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.07 hours (or 004.05 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = tbd setpaths = lua52 tmpsize = 91M #--------------------------------------------------------------------- [depends] bison3 csc gawk guile lua52 perl python tcl xorg #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE ./autogen.sh bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --mandir=$MANBASE \ --with-luaincl=$PRODTREE/lua52/include/lua52 \ --with-lualib=$PRODTREE/lua52/lib \ --without-gcj \ --without-java #--------------------------------------------------------------------- [postbuild] DOCDIR=$PKGDIR_PROD/doc MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $DOCDIR $MANDIR cp -p LICENSE $DOCDIR/license.txt #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = http://packages.debian.org/unstable/source/swig1.3 url_home = http://www.swig.org/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/sourceforge/\ swig/swig-4.0.2.tar.gz #--------------------------------------------------------------------- [about] SWIG is an interface compiler that connects programs written in C or C++ with scripting languages such as Lua, Perl, Python, and Tcl. It works by taking the declarations found in C/C++ header files and using them to generate the wrapper code that scripting languages need to access the underlying C/C++ code. Additionally, SWIG provides a number of customization features that let you tailor the wrapping process to suit your application. #--------------------------------------------------------------------- [history] 170505 Updated from 3.0.8 to 3.0.12 180625 Added some "buildroot" patches 210612 Updated to 4.0.2