Browse Source

python-ply: added Build/InstallDev section

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lilik-openwrt-22.03
Jeffery To 9 years ago
parent
commit
6afa798958
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      lang/python-ply/Makefile

+ 7
- 0
lang/python-ply/Makefile View File

@ -42,5 +42,12 @@ define Build/Compile
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
endef
define Build/InstallDev
$(INSTALL_DIR) $(PYTHON_LIB_DIR)/site-packages
$(CP) \
$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \
$(PYTHON_LIB_DIR)/site-packages
endef
$(eval $(call PyPackage,python-ply))
$(eval $(call BuildPackage,python-ply))

Loading…
Cancel
Save