summaryrefslogtreecommitdiffstats
path: root/package/python-pyxml/python-xml.mk
diff options
context:
space:
mode:
authorClayton Shotwell <clshotwe@rockwellcollins.com>2015-05-01 18:01:24 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-05-01 22:27:43 +0200
commit0ef25ae2e47cbaec0e304d6823d0f5d7340f9035 (patch)
tree148f8836157e15e386d7072a0137bc2ba33e1e2e /package/python-pyxml/python-xml.mk
parentfba6a491a8c2b9aeeed1da7f03c08f38d636e8a0 (diff)
downloadbuildroot-0ef25ae2e47cbaec0e304d6823d0f5d7340f9035.tar.gz
buildroot-0ef25ae2e47cbaec0e304d6823d0f5d7340f9035.zip
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>
Diffstat (limited to 'package/python-pyxml/python-xml.mk')
-rw-r--r--package/python-pyxml/python-xml.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/python-pyxml/python-xml.mk b/package/python-pyxml/python-xml.mk
new file mode 100644
index 0000000000..bfe2c89724
--- /dev/null
+++ b/package/python-pyxml/python-xml.mk
@@ -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))
OpenPOWER on IntegriCloud