From 889187ba3e8b5aabd3c3cb801d83e86802bc9943 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 25 Jun 2019 20:34:21 -0400 Subject: gettext-tiny: New binary package --- (limited to 'gettext-tiny.pkg/control') diff --git a/gettext-tiny.pkg/control b/gettext-tiny.pkg/control new file mode 100644 index 0000000..701a340 --- /dev/null +++ b/gettext-tiny.pkg/control @@ -0,0 +1,12 @@ +Architecture: any +Platform: all +Depends: ${Shlib-Depends} +Description: Stub and lightweight internationalization utilities + gettext-tiny provides lightweight replacements for tools typically used from + the GNU gettext suite. The most notable component is "msgfmt" which is used to + create binary translation files in the ".mo" format out of textual input files + in ".po" format. This is the most important tool for building software from + source, because it is used from the build processes of many software packages. + . + Other parts of gettext-tiny such as "xgettext" and "msgmerge" are still stubs, + but they are sufficient to build many packages. -- cgit v0.9.1