mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-22 10:32:10 +00:00
New package: python-setuptools
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
bdd274110a
commit
0717f0357d
34
package/python-setuptools/python-setuptools.mk
Normal file
34
package/python-setuptools/python-setuptools.mk
Normal file
@@ -0,0 +1,34 @@
|
||||
#############################################################
|
||||
#
|
||||
# python-setuptools
|
||||
#
|
||||
#############################################################
|
||||
|
||||
PYTHON_SETUPTOOLS_VERSION = 0.6c11
|
||||
PYTHON_SETUPTOOLS_SOURCE = setuptools-$(PYTHON_SETUPTOOLS_VERSION).tar.gz
|
||||
PYTHON_SETUPTOOLS_SITE = http://pypi.python.org/packages/source/s/setuptools
|
||||
PYTHON_SETUPTOOLS_DEPENDENCIES = python
|
||||
HOST_PYTHON_SETUPTOOLS_DEPENDENCIES = host-python
|
||||
|
||||
|
||||
define HOST_PYTHON_SETUPTOOLS_BUILD_CMDS
|
||||
(cd $(@D); $(HOST_DIR)/usr/bin/python setup.py build)
|
||||
endef
|
||||
|
||||
define PYTHON_SETUPTOOLS_BUILD_CMDS
|
||||
(cd $(@D); $(HOST_DIR)/usr/bin/python setup.py build)
|
||||
endef
|
||||
|
||||
define HOST_PYTHON_SETUPTOOLS_INSTALL_CMDS
|
||||
(cd $(@D); PYTHONPATH="$(HOST_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages"\
|
||||
$(HOST_DIR)/usr/bin/python setup.py install --prefix=$(HOST_DIR)/usr)
|
||||
endef
|
||||
|
||||
define PYTHON_SETUPTOOLS_INSTALL_TARGET_CMDS
|
||||
(cd $(@D); PYTHONPATH="$(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages"\
|
||||
$(HOST_DIR)/usr/bin/python setup.py install --prefix=$(TARGET_DIR)/usr)
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
$(eval $(call GENTARGETS,host))
|
||||
|
||||
Reference in New Issue
Block a user