Browse Source

python-dns: update compile rule and add PyPackage rules

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 10 years ago
parent
commit
0bfec165fa
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      lang/python-dns/Makefile

+ 5
- 5
lang/python-dns/Makefile View File

@ -34,13 +34,13 @@ define Package/python-dns/description
endef
define Build/Compile
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
$(call Build/Compile/PyMod,,\
install --prefix="$(PKG_INSTALL_DIR)/usr" \
)
endef
define Package/python-dns/install
$(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)
$(CP) $(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/dns/* \
$(1)$(PYTHON_PKG_DIR)
define PyPackage/python-dns/filespec
+|/usr/lib/python$(PYTHON_VERSION)/site-packages
endef
$(eval $(call PyPackage,python-dns))


Loading…
Cancel
Save