summaryrefslogtreecommitdiff
path: root/packages/pugixml.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pugixml.sh')
-rw-r--r--packages/pugixml.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/pugixml.sh b/packages/pugixml.sh
new file mode 100644
index 0000000..7f71d80
--- /dev/null
+++ b/packages/pugixml.sh
@@ -0,0 +1,8 @@
+SRCURL=https://github.com/zeux/pugixml.git
+
+ENV_PATH="lib:include"
+ENV_LD_LIBRARY_PATH="lib"
+ENV_LDFLAGS_PATH="lib"
+ENV_CPPFLAGS_PATH="include"
+
+BUILD_TYPE="cmake"