summaryrefslogtreecommitdiffstats
path: root/package/gawk
diff options
context:
space:
mode:
authorMike Frysinger2004-12-24 10:23:11 +0100
committerMike Frysinger2004-12-24 10:23:11 +0100
commitab798b88d9818d22fafdb994cb064883ec56c956 (patch)
treef40b1c70426c3435576c462e4077ef6f5471ffd0 /package/gawk
parentuse target cflags (diff)
downloadbuildroot-ab798b88d9818d22fafdb994cb064883ec56c956.tar.gz
buildroot-ab798b88d9818d22fafdb994cb064883ec56c956.tar.xz
buildroot-ab798b88d9818d22fafdb994cb064883ec56c956.zip
merge help descriptions written by Tom Cameron
Diffstat (limited to 'package/gawk')
-rw-r--r--package/gawk/Config.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/package/gawk/Config.in b/package/gawk/Config.in
index a5073cd91..317bbe41b 100644
--- a/package/gawk/Config.in
+++ b/package/gawk/Config.in
@@ -1,8 +1,9 @@
-#
-
config BR2_PACKAGE_GAWK
- bool"gawk"
+ bool "gawk"
default n
help
- Add help text here.
+ A special-purpose programming language which is data driven
+ rather than procedural. Allows for simple data-reformatting jobs
+ with just a few lines of code.
+ http://www.gnu.org/software/gawk/