summaryrefslogtreecommitdiffstats
path: root/autopoint.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 /autopoint.pkg
parent64ecc32e963f51d6c980c63aa14cb64b19d3e7e2 (diff)
Rewrite binary package control files.
Diffstat (limited to 'autopoint.pkg')
-rw-r--r--autopoint.pkg/control9
1 files changed, 9 insertions, 0 deletions
diff --git a/autopoint.pkg/control b/autopoint.pkg/control
new file mode 100644
index 0000000..353d317
--- /dev/null
+++ b/autopoint.pkg/control
@@ -0,0 +1,9 @@
+Architecture: all
+Platform: all
+Depends: gettext-base (= ${Binary-Version})
+Description: Tool to copy gettext infrastructure files into a package
+ The `autopoint' program copies standard gettext infrastructure files into a
+ source package. It extracts from a macro call of the form
+ `AM_GNU_GETTEXT_VERSION(VERSION)', found in the package's `configure.in' or
+ `configure.ac' file, the gettext version used by the package, and copies the
+ infrastructure files belonging to this version into the package.