[Buildroot] [PATCH/next v2 3/5] package/itstool: new host-package

Adam Duskett adam.duskett at amarulasolutions.com
Sat Nov 25 01:01:11 UTC 2023


Translate XML with PO files using W3C Internationalization Tag Set rules.
This is needed for the zenity package.

Signed-off-by: Adam Duskett <adam.duskett at amarulasolutions.com>
---
 DEVELOPERS                   |  1 +
 package/itstool/itstool.hash |  3 +++
 package/itstool/itstool.mk   | 14 ++++++++++++++
 3 files changed, 18 insertions(+)
 create mode 100644 package/itstool/itstool.hash
 create mode 100644 package/itstool/itstool.mk

diff --git a/DEVELOPERS b/DEVELOPERS
index 1f26e9bc81..d207f6ae22 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -37,6 +37,7 @@ F:	package/flutter-engine/
 F:	package/flutter-gallery/
 F:	package/flutter-pi/
 F:	package/flutter-sdk-bin/
+F:	package/itstool/
 F:	package/python-kmod/
 F:	package/python-versioneer/
 F:	support/testing/tests/package/test_firewalld.py
diff --git a/package/itstool/itstool.hash b/package/itstool/itstool.hash
new file mode 100644
index 0000000000..937185ec2b
--- /dev/null
+++ b/package/itstool/itstool.hash
@@ -0,0 +1,3 @@
+# Locally computed
+sha256  fba78a37dc3535e4686c7f57407b97d03c676e3a57beac5fb2315162b0cc3176  itstool-2.0.7.tar.gz
+sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING.GPL3
diff --git a/package/itstool/itstool.mk b/package/itstool/itstool.mk
new file mode 100644
index 0000000000..d9aa016f50
--- /dev/null
+++ b/package/itstool/itstool.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# itstool
+#
+################################################################################
+
+ITSTOOL_VERSION = 2.0.7
+ITSTOOL_SITE = $(call github,itstool,itstool,$(ITSTOOL_VERSION))
+ITSTOOL_LICENSE = GPL-3.0+
+ITSTOOL_LICENSE_FILES = COPYING.GPL3
+HOST_ITSTOOL_AUTORECONF = YES
+HOST_ITSTOOL_DEPENDENCIES = host-python3
+
+$(eval $(host-autotools-package))
-- 
2.42.0




More information about the buildroot mailing list