merge help descriptions written by Tom Cameron

This commit is contained in:
Mike Frysinger 2004-12-24 09:23:11 +00:00
parent 5d05aa8ed6
commit ab798b88d9
14 changed files with 59 additions and 53 deletions

View File

@ -1,8 +1,8 @@
#
config BR2_PACKAGE_AUTOCONF
bool"autoconf"
bool "autoconf"
default n
help
Add help text here.
Extensible program for developing configure scripts. These
scripts handle all the mundane system/feature detection.
http://www.gnu.org/software/autoconf/

View File

@ -1,8 +1,8 @@
#
config BR2_PACKAGE_AUTOMAKE
bool"automake"
bool "automake"
default n
help
Add help text here.
Tool for automatically generating Makefile's for input to
configure scripts (made by autoconf).
http://www.gnu.org/software/automake/

View File

@ -1,8 +1,8 @@
#
config BR2_PACKAGE_BERKELEYDB
bool"berkeleydb"
bool "berkeleydb"
default n
help
Add help text here.
The Berkeley database. A very common library for database
applications.
http://www.sleepycat.com/products/db.shtml

View File

@ -1,8 +1,9 @@
#
config BR2_PACKAGE_BISON
bool"bison"
bool "bison"
default n
help
Add help text here.
General-purpose parser generator that converts a
grammar description for an LALR context-free grammar into a C
program to parse that grammar.
http://www.gnu.org/software/bison/

View File

@ -1,8 +1,8 @@
#
config BR2_PACKAGE_BOA
bool"boa"
bool "boa"
default n
help
Add help text here.
A very small and very fast http daemon. Not intended as
a feature-packed server.
http://www.boa.org/

View File

@ -1,8 +1,8 @@
#
config BR2_PACKAGE_BRIDGE
bool"bridge"
bool "bridge"
default n
help
Add help text here.
Manage ethernet bridging; a way to connect networks together to
form a larger network.
http://bridge.sourceforge.net/

View File

@ -1,8 +1,10 @@
#
config BR2_PACKAGE_BZIP2
bool"bzip2"
bool "bzip2"
default n
help
Add help text here.
Freely available, patent free, high-quality data compressor.
It typically compresses files to within 10% to 15% of the best
available techniques, while being around twice as fast at
compression and six times faster at decompression.
http://sources.redhat.com/bzip2/

View File

@ -2,7 +2,9 @@ config BR2_PACKAGE_COREUTILS
bool "coreutils"
default n
help
All of the basic file/text/shell utilities.
All of the basic file/text/shell utilities. These are the
core utilities which are expected to exist on every system.
Busybox implements many of the most common.
Things like:
- chmod, cp, dd, dir, ls, etc...

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_CUSTOMIZE
bool"customize"
bool "customize"
default n
help
Add help text here.
Add custom stuff to your buildroot.
(edit package/customize/customize.mk)

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_DHCP_RELAY
bool"dhcp_relay"
bool "dhcp_relay"
default n
help
Add help text here.
DHCP relay agent from the ISC DHCP distribution.
http://www.isc.org/products/DHCP

View File

@ -1,8 +1,9 @@
#
config BR2_PACKAGE_ED
bool"ed"
bool "ed"
default n
help
Add help text here.
A line-oriented text editor. Used to create, display, modify,
and otherwise manipulate text files. Often used in scripts
rather than invoked directly.
http://www.gnu.org/software/ed/

View File

@ -1,8 +1,8 @@
#
config BR2_PACKAGE_FLEX
bool"flex"
bool "flex"
default n
help
Add help text here.
A fast lexical analyser generator. A tool for generating
programs that perform pattern-matching on text.
http://www.gnu.org/software/flex/

View File

@ -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/

View File

@ -1,8 +1,9 @@
#
config BR2_PACKAGE_GETTEXT
bool"gettext"
bool "gettext"
default n
help
Add help text here.
The GNU `gettext' utilities are a set of tools that provide a
framework to help other GNU packages produce multi-lingual
messages.
http://www.gnu.org/software/gettext/