summaryrefslogtreecommitdiff
path: root/repo/itstool
diff options
context:
space:
mode:
Diffstat (limited to 'repo/itstool')
-rw-r--r--repo/itstool/itstool.xibuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/repo/itstool/itstool.xibuild b/repo/itstool/itstool.xibuild
new file mode 100644
index 0000000..721c5a7
--- /dev/null
+++ b/repo/itstool/itstool.xibuild
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+MAKEDEPS="make "
+DEPS="docbook-xml"
+
+PKG_VER=2.0.7
+SOURCE=http://files.itstool.org/itstool/itstool-2.0.7.tar.bz2
+DESC="Extract messages from XML files and output PO template files"
+
+build () {
+ PYTHON=/usr/bin/python3 ./configure --prefix=/usr &&
+ make
+}
+
+package () {
+ make DESTDIR=$PKG_DEST install
+}
+
+