|
@ -1,11 +1,11 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=uwsgi |
|
|
PKG_NAME:=uwsgi |
|
|
PKG_VERSION:=2.0.18 |
|
|
|
|
|
PKG_RELEASE:=3 |
|
|
|
|
|
|
|
|
PKG_VERSION:=2.0.19.1 |
|
|
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PYPI_NAME:=$(PKG_NAME) |
|
|
|
|
|
PKG_HASH:=4972ac538800fb2d421027f49b4a1869b66048839507ccf0aa2fda792d99f583 |
|
|
|
|
|
|
|
|
PYPI_NAME:=uWSGI |
|
|
|
|
|
PKG_HASH:=faa85e053c0b1be4d5585b0858d3a511d2cd10201802e8676060fd0a109e5869 |
|
|
PKG_BUILD_DEPENDS:=python3/host |
|
|
PKG_BUILD_DEPENDS:=python3/host |
|
|
PYTHON3_PKG_BUILD:=0 |
|
|
PYTHON3_PKG_BUILD:=0 |
|
|
|
|
|
|
|
@ -19,6 +19,9 @@ include ../../lang/python/python3-package.mk |
|
|
#for LINUX_UNAME_VERSION:
|
|
|
#for LINUX_UNAME_VERSION:
|
|
|
include $(INCLUDE_DIR)/kernel.mk |
|
|
include $(INCLUDE_DIR)/kernel.mk |
|
|
|
|
|
|
|
|
|
|
|
#the .tar.gz does not wrap it into a uWSGI dir; do not use "$(1)/..":
|
|
|
|
|
|
TAR_CMD=$(HOST_TAR) -C $(1) $(TAR_OPTIONS) |
|
|
|
|
|
|
|
|
define Package/uwsgi |
|
|
define Package/uwsgi |
|
|
SECTION:=net |
|
|
SECTION:=net |
|
|
CATEGORY:=Network |
|
|
CATEGORY:=Network |
|
|