summaryrefslogtreecommitdiffstats
path: root/libgettextpo-dev.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-dev.pkg
parent64ecc32e963f51d6c980c63aa14cb64b19d3e7e2 (diff)
Rewrite binary package control files.
Diffstat (limited to 'libgettextpo-dev.pkg')
-rw-r--r--libgettextpo-dev.pkg/control10
1 files changed, 10 insertions, 0 deletions
diff --git a/libgettextpo-dev.pkg/control b/libgettextpo-dev.pkg/control
new file mode 100644
index 0000000..c2f79eb
--- /dev/null
+++ b/libgettextpo-dev.pkg/control
@@ -0,0 +1,10 @@
+Architecture: any
+Platform: all
+Depends: gettext-base (= ${Binary-Version}),
+ libgettextpo.0 (= ${Binary-Version})
+Description: Library for processing GNU gettext PO files - development
+ 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.
+ .
+ This package provides development files for GNU libgettextpo.