You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
793 B

  1. #
  2. # Copyright (C) 2006-2013 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. include $(TOPDIR)/rules.mk
  8. PKG_NAME:=swig
  9. PKG_VERSION:=3.0.7
  10. PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
  11. PKG_SOURCE_URL:=@SF/$(PKG_NAME)
  12. PKG_MD5SUM:=7fff46c84b8c630ede5b0f0827e3d90a
  13. PKG_INSTALL:=1
  14. PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
  15. PKG_LICENSE:=GPL-3.0
  16. PKG_LICENSE_FILE:=LICENSE
  17. include $(INCLUDE_DIR)/host-build.mk
  18. include $(INCLUDE_DIR)/package.mk
  19. define Package/swig
  20. SECTION:=libs
  21. CATEGORY:=Libraries
  22. TITLE:=swig binding generator
  23. BUILDONLY:=1
  24. endef
  25. define Package/swig/description
  26. tool that generates bindings for various languages
  27. endef
  28. $(eval $(call HostBuild))
  29. $(eval $(call BuildPackage,swig))