libgpg-error: fix riscv64
[openadk.git] / package / python-mako / Makefile
blob0fe5b19231c5f17bf643dd28b0634ea6705346d4
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR)/rules.mk
6 PKG_NAME:= python-mako
7 PKG_VERSION:= 1.2.4
8 PKG_RELEASE:= 1
9 PKG_HASH:= d60a3903dc3bb01a18ad6a89cdbe2e4eadc69c0bc8ef1e3773ba53d44c3f7a34
10 PKG_DESCR:= fast, expressive, extensible templating engine
11 PKG_SECTION:= dev/tools
12 HOST_BUILDDEP:= python3-host python-markupsafe-host
13 PKG_SITES:= https://files.pythonhosted.org/packages/05/5f/2ba6e026d33a0e6ddc1dddf9958677f76f5f80c236bd65309d280b166d3e/
15 DISTFILES:= Mako-$(PKG_VERSION).tar.gz
17 WRKDIST= $(WRKDIR)/Mako-$(PKG_VERSION)
19 include ${ADK_TOPDIR}/mk/host.mk
20 include $(ADK_TOPDIR)/mk/package.mk
22 $(eval $(call HOST_template,PYTHON_MAKO,python-mako,${PKG_VERSION}-${PKG_RELEASE}))
24 include $(ADK_TOPDIR)/mk/python3.mk
26 HOST_STYLE:= manual
28 python-mako-hostinstall:
29 (cd $(WRKBUILD); PATH='$(HOST_PATH)' python3 ./setup.py install \
30 --prefix=$(STAGING_HOST_DIR)/usr)
32 include ${ADK_TOPDIR}/mk/host-bottom.mk
33 include $(ADK_TOPDIR)/mk/pkg-bottom.mk