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.

47 lines
1.3 KiB

  1. #
  2. # Copyright (C) 2015 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:=python-egenix-mx-base
  9. PKG_VERSION:=3.2.9
  10. PKG_RELEASE:=4
  11. PKG_SOURCE:=egenix-mx-base-$(PKG_VERSION).tar.gz
  12. PKG_SOURCE_URL:=https://downloads.egenix.com/python
  13. PKG_HASH:=1c6b67688e7a231c6c1da09b7a6a2210745c3f2507bdda70e2639faedbf68977
  14. PKG_BUILD_DIR:=$(BUILD_DIR)/egenix-mx-base-$(PKG_VERSION)
  15. PKG_MAINTAINER:=Dmitry Trefilov <the-alien@live.ru>
  16. PKG_LICENSE:=eGenix
  17. PKG_LICENSE_FILES:=LICENSE COPYRIGHT
  18. include $(INCLUDE_DIR)/package.mk
  19. include ../python-package.mk
  20. define Package/python-egenix-mx-base
  21. SECTION:=lang
  22. CATEGORY:=Languages
  23. TITLE:=Egenix mxBase
  24. SUBMENU:=Python
  25. URL:=https://www.egenix.com/products/python/mxBase/
  26. DEPENDS:=+python-light
  27. VARIANT:=python
  28. endef
  29. define Package/python-egenix-mx-base/description
  30. The eGenix.com mx Base Distribution for Python is a collection
  31. of professional quality software tools which enhance Python's
  32. usability in many important areas such as fast text searching,
  33. date/time processing and high speed data types.
  34. endef
  35. PYTHON_PKG_SETUP_ARGS:=
  36. $(eval $(call PyPackage,python-egenix-mx-base))
  37. $(eval $(call BuildPackage,python-egenix-mx-base))
  38. $(eval $(call BuildPackage,python-egenix-mx-base-src))