mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-23 11:02:11 +00:00
python-pyxml: new package
It always uses its own copy of pyexpat, but we can at least make it use buildroot's expat.so. [Peter: select expat] Signed-off-by: Clayton Shotwell <clshotwe@rockwellcollins.com> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
fba6a491a8
commit
0ef25ae2e4
17
package/python-pyxml/python-xml.mk
Normal file
17
package/python-pyxml/python-xml.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pyxml
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYXML_VERSION = 0.8.4
|
||||
PYTHON_PYXML_SOURCE = PyXML-$(PYTHON_PYXML_VERSION).tar.gz
|
||||
PYTHON_PYXML_SITE = http://downloads.sourceforge.net/project/pyxml/pyxml/0.8.4/
|
||||
PYTHON_PYXML_LICENSE = BSD-3c
|
||||
PYTHON_PYXML_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYXML_SETUP_TYPE = distutils
|
||||
PYTHON_PYXML_DEPENDENCIES = expat
|
||||
PYTHON_PYXML_BUILD_OPTS = --with-libexpat=$(STAGING_DIR)/usr
|
||||
PYTHON_PYXML_INSTALL_TARGET_OPTS = --with-libexpat=$(STAGING_DIR)/usr
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user