summaryrefslogtreecommitdiffstats
path: root/libgettextpo.0.pkg
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-07-01 11:16:48 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-07-01 11:40:37 (EDT)
commit91dfa82022dc6f1c4d168966631c30d98ba3969c (patch)
treed92ee5af4c0620d1fd298d59b346227646bb6747 /libgettextpo.0.pkg
parent64ecc32e963f51d6c980c63aa14cb64b19d3e7e2 (diff)
Rewrite binary package control files.
Diffstat (limited to 'libgettextpo.0.pkg')
-rw-r--r--libgettextpo.0.pkg/control7
1 files changed, 7 insertions, 0 deletions
diff --git a/libgettextpo.0.pkg/control b/libgettextpo.0.pkg/control
new file mode 100644
index 0000000..6e85b26
--- /dev/null
+++ b/libgettextpo.0.pkg/control
@@ -0,0 +1,7 @@
+Architecture: any
+Platform: all
+Depends: gettext-base (= ${Binary-Version})
+Description: Library for processing GNU gettext PO files
+ For the tasks for which a combination of `msgattrib', `msgcat' etc. is not
+ sufficient, a set of C functions is provided in a library, to make it possible
+ to process PO files in your own programs.