50-swig.json 539 B

123456789101112131415161718192021
  1. {
  2. "name": "swig",
  3. "config-opts": [
  4. "--without-boost",
  5. "--without-pcre",
  6. "--without-alllang",
  7. "--with-lua=/app/bin/luajit-2.1.0-beta3",
  8. "--with-luaincl=/app/include/luajit-2.1",
  9. "--with-python3"
  10. ],
  11. "cleanup": [
  12. "*"
  13. ],
  14. "sources": [
  15. {
  16. "type": "archive",
  17. "url": "https://prdownloads.sourceforge.net/swig/swig-4.0.2.tar.gz",
  18. "sha256": "d53be9730d8d58a16bf0cbd1f8ac0c0c3e1090573168bfa151b01eb47fa906fc"
  19. }
  20. ]
  21. }