aboutsummaryrefslogtreecommitdiff
path: root/utils/swig
Commit message (Collapse)AuthorAge
* swig: support node.js v12Hirokazu MORIKAWA2020-08-25
| | | | | | | | | | | | | Maintainer: @blogic me Compile tested: head r14241-ba2ddba, x86_64 Run tested: x86_64 (VirtualBox) Description: Addressed the build failure with node.js version 12. https://github.com/openwrt/packages/pull/12225 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* swig: update to 4.0.2Rosen Penev2020-06-25
| | | | | | | | | | | | | Fix license information. Add URL. Add HOST_BUILD_PARALLEL for faster compilation. Add PKG_HOST_ONLY to signify that this is to be used as a host package only. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* swig: update to 4.0.1Hirokazu MORIKAWA2019-08-26
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* swig: update to 4.0.0Hirokazu MORIKAWA2019-05-17
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* swig: support latest versions of node.jsHirokazu MORIKAWA2018-04-26
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* swig: bump to 3.0.12Hirokazu MORIKAWA2018-04-25
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* Treewide fix of typo: PKG_LICENSE_FILE --> PKG_LICENSE_FILESMichael Heimpold2016-09-03
| | | | | | Without the trailing _S_ the variable is not considered at all. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* swig: make it compile even if pcre libs are not availableJohn Crispin2015-10-20
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* swig: add PKG_LICENSE_FILEJohn Crispin2015-10-19
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* swig: add host buildJohn Crispin2015-10-19
this is a binding generator needed to build node plugins Signed-off-by: John Crispin <blogic@openwrt.org>