summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-02 22:33:50 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-02 22:33:50 (EDT)
commit0537d96fc9469d3915f5cde8629bfd59a30a58e9 (patch)
tree2b334c6319158867a85174ab8fa5ec2be4b07108 /locale
parentfb255355e6a65c1d0c97b7b49e328abeb9eb16f5 (diff)
Write en_US locale file for the "opkbuild" domain.
Diffstat (limited to 'locale')
-rw-r--r--locale/Makefile.in3
-rw-r--r--locale/en_US/opkbuild.sh52
2 files changed, 54 insertions, 1 deletions
diff --git a/locale/Makefile.in b/locale/Makefile.in
index d57d5ce..73297f1 100644
--- a/locale/Makefile.in
+++ b/locale/Makefile.in
@@ -28,7 +28,8 @@ localedir = @localedir@
.SUFFIXES:
.SUFFIXES: .sh .ms
-SRCS = en_MID/libopkbuild_1.sh en_US/libopkbuild_1.sh
+SRCS = en_MID/libopkbuild_1.sh en_US/libopkbuild_1.sh \
+ en_US/opkbuild.sh
OBJS = $(SRCS:.sh=.ms)
distdir = ../$(package_name)-$(package_version)/locale
diff --git a/locale/en_US/opkbuild.sh b/locale/en_US/opkbuild.sh
new file mode 100644
index 0000000..d5f826a
--- /dev/null
+++ b/locale/en_US/opkbuild.sh
@@ -0,0 +1,52 @@
+# opkbuild
+# locale/en_US/opkbuild
+# English message strings for the "opkbuild" text domain.
+#
+# Copyright (C) 2012 Patrick "P. J." McDermott
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+msg_opkbuild_usage='Usage: %s [<option>...]'
+msg_opkbuild_help='
+Options:
+ -b build only binary packages
+ -B build only architecture-dependent binary packages
+ -A build only architecture-independent binary packages
+ -S build only the source package
+ -F build the source package and all binary packages
+ -T <target> target of the "build" makefile to build
+ -a <host-arch> distribution architecture for which architecture-
+ dependent packages should be built (default: system
+ architecture)
+ -P <host-plat> application platform for which platform-specific
+ packages should be configured (default: system
+ platform)
+ -D check build dependencies (default behavior)
+ -d do not check build dependencies
+ -C clean source packaging after build (default behavior
+ unless the -T option is given)
+ -c do not clean source packaging
+ -r <uid0-cmd> command to assume user ID 0 (default: fakeroot)
+ -h display this help and exit
+ -V display the version and exit'
+msg_opkbuild_version='%s (%s) %s
+Copyright (C) 2012 Patrick "P. J." McDermott
+License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
+
+Written by P. J. McDermott.'
+msg_opkbuild_bad_opt='Invalid option "%s"'
+msg_opkbuild_uid0_cmd_not_found='UID 0 command "%s" not found'
+msg_opkbuild_uid0_cmd_bad_uid='UID 0 command "%s" doesn'\''t give UID 0'