summaryrefslogtreecommitdiffstats
path: root/package/tinyxml/tinyxml.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/tinyxml/tinyxml.mk')
-rw-r--r--package/tinyxml/tinyxml.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/tinyxml/tinyxml.mk b/package/tinyxml/tinyxml.mk
new file mode 100644
index 0000000000..df7b29fefb
--- /dev/null
+++ b/package/tinyxml/tinyxml.mk
@@ -0,0 +1,16 @@
+################################################################################
+#
+# tinyxml
+#
+################################################################################
+
+TINYXML_VERSION = 2.6.2_2
+TINYXML_SITE = http://mirrors.xbmc.org/build-deps/sources
+# AUTORECONF is needed because the XBMC's version of TinyXML contains a
+# configure.ac which is not present in mainline.
+TINYXML_AUTORECONF = YES
+TINYXML_INSTALL_STAGING = YES
+TINYXML_LICENSE = zlib
+TINYXML_LICENSE_FILES = README
+
+$(eval $(autotools-package))
OpenPOWER on IntegriCloud