diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-19 15:13:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:47:33 +0000 |
commit | b8feee3cf21f70ba4ec3b822d2f596d4fc02a292 (patch) | |
tree | 9fe3b457ef5d9abd4f4e3fad460af208ec3782fb /meta/recipes-extended | |
parent | 4be5a258872f4d8b94a6215a455e7bd992db17f5 (diff) | |
download | openembedded-core-contrib-b8feee3cf21f70ba4ec3b822d2f596d4fc02a292.tar.gz |
Replace one-line DESCRIPTION with SUMMARY
A lot of our recipes had short one-line DESCRIPTION values and no
SUMMARY value set. In this case it's much better to just set SUMMARY
since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY
is at least useful. I also took the opportunity to fix up a lot of the
new SUMMARY values, making them concisely explain the function of the
recipe / package where possible.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended')
31 files changed, 39 insertions, 39 deletions
diff --git a/meta/recipes-extended/augeas/augeas.inc b/meta/recipes-extended/augeas/augeas.inc index da41d420ef4..61f81b084cb 100644 --- a/meta/recipes-extended/augeas/augeas.inc +++ b/meta/recipes-extended/augeas/augeas.inc @@ -1,4 +1,4 @@ -DESCRIPTION = "Augeas configuration API" +SUMMARY = "Augeas configuration API" HOMEPAGE = "http://augeas.net/" BUGTRACKER = "https://fedorahosted.org/augeas/report/1" diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index 99875bfc759..107c48f9503 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc @@ -1,4 +1,4 @@ -DESCRIPTION = "An sh-compatible command language interpreter." +SUMMARY = "An sh-compatible command language interpreter" HOMEPAGE = "http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html" SECTION = "base/shell" diff --git a/meta/recipes-extended/bc/bc_1.06.bb b/meta/recipes-extended/bc/bc_1.06.bb index 3013c107263..055031829c9 100644 --- a/meta/recipes-extended/bc/bc_1.06.bb +++ b/meta/recipes-extended/bc/bc_1.06.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "An arbitrary precision calculator language." +SUMMARY = "Arbitrary precision calculator language" HOMEPAGE = "http://www.gnu.org/software/bc/bc.html" LICENSE = "GPLv2+ & LGPLv2.1" diff --git a/meta/recipes-extended/cracklib/cracklib_2.9.1.bb b/meta/recipes-extended/cracklib/cracklib_2.9.1.bb index 5e6156f4bd6..b4354a4139d 100644 --- a/meta/recipes-extended/cracklib/cracklib_2.9.1.bb +++ b/meta/recipes-extended/cracklib/cracklib_2.9.1.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "A pro-active password checker library" +SUMMARY = "Password strength checker library" HOMEPAGE = "http://sourceforge.net/projects/cracklib" LICENSE = "LGPLv2.1+" diff --git a/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb index 3f1622558f3..ee4b8900bb3 100644 --- a/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb +++ b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "cwautomacros: a collection of autoconf m4 macros" +SUMMARY = "Collection of autoconf m4 macros" SECTION = "base" HOMEPAGE = "http://cwautomacros.berlios.de/" LICENSE = "GPLv2" diff --git a/meta/recipes-extended/ed/ed_0.5.bb b/meta/recipes-extended/ed/ed_0.5.bb index d251e4e3900..a696c0c8fbb 100644 --- a/meta/recipes-extended/ed/ed_0.5.bb +++ b/meta/recipes-extended/ed/ed_0.5.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "GNU ed is a line-oriented text editor" +SUMMARY = "Line-oriented text editor" HOMEPAGE = "http://www.gnu.org/software/ed/" SECTION = "base" LICENSE = "GPLv2+" diff --git a/meta/recipes-extended/ed/ed_1.9.bb b/meta/recipes-extended/ed/ed_1.9.bb index 90c46e6b4ce..8ae99cc3e81 100644 --- a/meta/recipes-extended/ed/ed_1.9.bb +++ b/meta/recipes-extended/ed/ed_1.9.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "a line-oriented text editor" +SUMMARY = "Line-oriented text editor" HOMEPAGE = "http://www.gnu.org/software/ed/" LICENSE = "GPLv3+" diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.33.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.33.bb index e8be6594a2b..528fda7791e 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.33.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.33.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Lightweight high-performance web server" +SUMMARY = "Lightweight high-performance web server" HOMEPAGE = "http://www.lighttpd.net/" BUGTRACKER = "http://redmine.lighttpd.net/projects/lighttpd/issues" diff --git a/meta/recipes-extended/logrotate/logrotate_3.8.1.bb b/meta/recipes-extended/logrotate/logrotate_3.8.1.bb index e5b30d80b45..b12a32577bd 100644 --- a/meta/recipes-extended/logrotate/logrotate_3.8.1.bb +++ b/meta/recipes-extended/logrotate/logrotate_3.8.1.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Rotates, compresses, removes and mails system log files" +SUMMARY = "Rotates, compresses, removes and mails system log files" SECTION = "console/utils" HOMEPAGE = "https://fedorahosted.org/releases/l/o/logrotate" LICENSE = "GPLv2" diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb b/meta/recipes-extended/lsb/lsb_4.1.bb index ecb4dcc064c..d265731e045 100644 --- a/meta/recipes-extended/lsb/lsb_4.1.bb +++ b/meta/recipes-extended/lsb/lsb_4.1.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "LSB support for OpenEmbedded" +SUMMARY = "LSB support for OpenEmbedded" SECTION = "console/utils" HOMEPAGE = "http://prdownloads.sourceforge.net/lsb" LICENSE = "GPLv2+" diff --git a/meta/recipes-extended/lsb/lsbinitscripts_9.50.bb b/meta/recipes-extended/lsb/lsbinitscripts_9.50.bb index 3071b6ae2b8..347fa7fe00b 100644 --- a/meta/recipes-extended/lsb/lsbinitscripts_9.50.bb +++ b/meta/recipes-extended/lsb/lsbinitscripts_9.50.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "SysV init scripts which only is used in an LSB image" +SUMMARY = "SysV init scripts which are only used in an LSB image" SECTION = "base" LICENSE = "GPLv2" DEPENDS = "popt glib-2.0" diff --git a/meta/recipes-extended/lsb/lsbtest_1.0.bb b/meta/recipes-extended/lsb/lsbtest_1.0.bb index 520c1e79bd3..a877beb2995 100644 --- a/meta/recipes-extended/lsb/lsbtest_1.0.bb +++ b/meta/recipes-extended/lsb/lsbtest_1.0.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "automate test for lsb" +SUMMARY = "Automates Linux Standard Base (LSB) tests" SECTION = "console/utils" LICENSE = "GPLv2" PR = "r3" diff --git a/meta/recipes-extended/mc/mc_4.7.5.2.bb b/meta/recipes-extended/mc/mc_4.7.5.2.bb index 52e4f401a3a..ac2216d8ca4 100644 --- a/meta/recipes-extended/mc/mc_4.7.5.2.bb +++ b/meta/recipes-extended/mc/mc_4.7.5.2.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Midnight Commander is an ncurses based file manager." +SUMMARY = "Midnight Commander is an ncurses based file manager" HOMEPAGE = "http://www.midnight-commander.org/" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" @@ -26,7 +26,7 @@ do_install_append () { PACKAGES =+ "${BPN}-helpers-perl ${BPN}-helpers-python ${BPN}-helpers ${BPN}-fish" -DESCRIPTION_${BPN}-helpers-perl = "Midnight Commander perl based helper scripts" +SUMMARY_${BPN}-helpers-perl = "Midnight Commander Perl-based helper scripts" FILES_${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.d/apt+ \ ${libexecdir}/mc/extfs.d/deb ${libexecdir}/mc/extfs.d/deba \ ${libexecdir}/mc/extfs.d/debd ${libexecdir}/mc/extfs.d/dpkg+ \ @@ -35,13 +35,13 @@ FILES_${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs. ${libexecdir}/mc/extfs.d/uzip" RDEPENDS_${BPN}-helpers-perl = "perl" -DESCRIPTION_${BPN}-helpers-python = "Midnight Commander python based helper scripts" +SUMMARY_${BPN}-helpers-python = "Midnight Commander Python-based helper scripts" FILES_${BPN}-helpers-python = "${libexecdir}/mc/extfs.d/s3+ ${libexecdir}/mc/extfs.d/uc1541" RDEPENDS_${BPN}-helpers-python = "python" -DESCRIPTION_${BPN}-helpers = "Midnight Commander shell helper scripts" +SUMMARY_${BPN}-helpers = "Midnight Commander shell helper scripts" FILES_${BPN}-helpers = "${libexecdir}/mc/extfs.d/* ${libexecdir}/mc/ext.d/*" -DESCRIPTION_${BPN}-fish = "Midnight Commander Fish scripts" +SUMMARY_${BPN}-fish = "Midnight Commander Fish scripts" FILES_${BPN}-fish = "${libexecdir}/mc/fish" diff --git a/meta/recipes-extended/mc/mc_4.8.10.bb b/meta/recipes-extended/mc/mc_4.8.10.bb index 51b67722141..09cfa3c53d7 100644 --- a/meta/recipes-extended/mc/mc_4.8.10.bb +++ b/meta/recipes-extended/mc/mc_4.8.10.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Midnight Commander is an ncurses based file manager." +SUMMARY = "Midnight Commander is an ncurses based file manager" HOMEPAGE = "http://www.midnight-commander.org/" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=270bbafe360e73f9840bd7981621f9c2" @@ -24,7 +24,7 @@ do_install_append () { PACKAGES =+ "${BPN}-helpers-perl ${BPN}-helpers-python ${BPN}-helpers ${BPN}-fish" -DESCRIPTION_${BPN}-helpers-perl = "Midnight Commander perl based helper scripts" +SUMMARY_${BPN}-helpers-perl = "Midnight Commander Perl-based helper scripts" FILES_${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.d/apt+ \ ${libexecdir}/mc/extfs.d/deb ${libexecdir}/mc/extfs.d/deba \ ${libexecdir}/mc/extfs.d/debd ${libexecdir}/mc/extfs.d/dpkg+ \ @@ -33,12 +33,12 @@ FILES_${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs. ${libexecdir}/mc/extfs.d/uzip" RDEPENDS_${BPN}-helpers-perl = "perl" -DESCRIPTION_${BPN}-helpers-python = "Midnight Commander python based helper scripts" +SUMMARY_${BPN}-helpers-python = "Midnight Commander Python-based helper scripts" FILES_${BPN}-helpers-python = "${libexecdir}/mc/extfs.d/s3+ ${libexecdir}/mc/extfs.d/uc1541" RDEPENDS_${BPN}-helpers-python = "python" -DESCRIPTION_${BPN}-helpers = "Midnight Commander shell helper scripts" +SUMMARY_${BPN}-helpers = "Midnight Commander shell helper scripts" FILES_${BPN}-helpers = "${libexecdir}/mc/extfs.d/* ${libexecdir}/mc/ext.d/*" -DESCRIPTION_${BPN}-fish = "Midnight Commander Fish scripts" +SUMMARY_${BPN}-fish = "Midnight Commander Fish scripts" FILES_${BPN}-fish = "${libexecdir}/mc/fish" diff --git a/meta/recipes-extended/mdadm/mdadm_3.3.bb b/meta/recipes-extended/mdadm/mdadm_3.3.bb index 536239658f5..cfb9ccd5c39 100644 --- a/meta/recipes-extended/mdadm/mdadm_3.3.bb +++ b/meta/recipes-extended/mdadm/mdadm_3.3.bb @@ -1,4 +1,4 @@ -DESCRIPTION = " A tool for managing Soft RAID under Linux" +SUMMARY = "Tool for managing software RAID under Linux" HOMEPAGE = "http://www.kernel.org/pub/linux/utils/raid/mdadm/" # Some files are GPLv2+ while others are GPLv2. diff --git a/meta/recipes-extended/mingetty/mingetty_1.08.bb b/meta/recipes-extended/mingetty/mingetty_1.08.bb index fbd9cb4093f..f1936afd23c 100644 --- a/meta/recipes-extended/mingetty/mingetty_1.08.bb +++ b/meta/recipes-extended/mingetty/mingetty_1.08.bb @@ -1,4 +1,4 @@ -DESCRIPTION = " A compact getty program for virtual consoles only" +SUMMARY = "Compact getty terminal handler for virtual consoles only" SECTION = "console/utils" HOMEPAGE = "http://sourceforge.net/projects/mingetty/" LICENSE = "GPLv2" diff --git a/meta/recipes-extended/mktemp/mktemp_1.7.bb b/meta/recipes-extended/mktemp/mktemp_1.7.bb index 170a183a6ed..b53fc11b1e7 100644 --- a/meta/recipes-extended/mktemp/mktemp_1.7.bb +++ b/meta/recipes-extended/mktemp/mktemp_1.7.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Allow safe temporary file creation from shell scripts." +SUMMARY = "Enables safe temporary file creation from shell scripts" HOMEPAGE = "http://www.mktemp.org/" BUGTRACKER = "http://www.mktemp.org/bugs" SECTION = "console/utils" diff --git a/meta/recipes-extended/parted/parted_3.1.bb b/meta/recipes-extended/parted/parted_3.1.bb index 079b29593da..2d720270d84 100644 --- a/meta/recipes-extended/parted/parted_3.1.bb +++ b/meta/recipes-extended/parted/parted_3.1.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "parted, the GNU partition resizing program" +SUMMARY = "Disk partition editing/resizing utility" HOMEPAGE = "http://www.gnu.org/software/parted/parted.html" LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c" diff --git a/meta/recipes-extended/perl/libconvert-asn1-perl_0.26.bb b/meta/recipes-extended/perl/libconvert-asn1-perl_0.26.bb index 95682ee38ab..9c2c9d5584b 100644 --- a/meta/recipes-extended/perl/libconvert-asn1-perl_0.26.bb +++ b/meta/recipes-extended/perl/libconvert-asn1-perl_0.26.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Convert::ASN1 - ASN.1 Encode/Decode library" +SUMMARY = "Convert::ASN1 - Perl ASN.1 Encode/Decode library" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0+" LIC_FILES_CHKSUM = "file://README.md;beginline=91;endline=97;md5=ceff7fd286eb6d8e8e0d3d23e096a63f" diff --git a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb index fb396f11150..c8fcde45f4e 100644 --- a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb +++ b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "TimeDate - parser for absolute times" +SUMMARY = "Perl modules useful for manipulating date and time information" SECTION = "libs" # You can redistribute it and/or modify it under the same terms as Perl itself. LICENSE = "Artistic-1.0 | GPL-1.0+" diff --git a/meta/recipes-extended/quota/quota_4.01.bb b/meta/recipes-extended/quota/quota_4.01.bb index a5f69b3c45c..d62834f43dd 100644 --- a/meta/recipes-extended/quota/quota_4.01.bb +++ b/meta/recipes-extended/quota/quota_4.01.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "display disk usage and limits" +SUMMARY = "Tools for monitoring & limiting user disk usage per filesystem" SECTION = "base" HOMEPAGE = "http://sourceforge.net/projects/linuxquota/" BUGTRACKER = "http://sourceforge.net/tracker/?group_id=18136&atid=118136" diff --git a/meta/recipes-extended/sed/sed_4.1.2.bb b/meta/recipes-extended/sed/sed_4.1.2.bb index 5fa4e87521e..5607b0ac62a 100644 --- a/meta/recipes-extended/sed/sed_4.1.2.bb +++ b/meta/recipes-extended/sed/sed_4.1.2.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "sed is a Stream EDitor." +SUMMARY = "Stream EDitor (text filtering utility)" HOMEPAGE = "http://www.gnu.org/software/sed/" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ diff --git a/meta/recipes-extended/sed/sed_4.2.2.bb b/meta/recipes-extended/sed/sed_4.2.2.bb index c3eca2716d2..cf8347c2d53 100644 --- a/meta/recipes-extended/sed/sed_4.2.2.bb +++ b/meta/recipes-extended/sed/sed_4.2.2.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "sed is a Stream EDitor." +SUMMARY = "Stream EDitor (text filtering utility)" HOMEPAGE = "http://www.gnu.org/software/sed/" LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ diff --git a/meta/recipes-extended/texi2html/texi2html_5.0.bb b/meta/recipes-extended/texi2html/texi2html_5.0.bb index f16841622e3..a22b981a5d1 100644 --- a/meta/recipes-extended/texi2html/texi2html_5.0.bb +++ b/meta/recipes-extended/texi2html/texi2html_5.0.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Perl script that converts Texinfo to HTML" +SUMMARY = "Perl script that converts Texinfo to HTML" HOMEPAGE = "http://www.nongnu.org/texi2html/" SECTION = "console/utils" LICENSE = "GPLv2" diff --git a/meta/recipes-extended/tzcode/tzcode-native_2013h.bb b/meta/recipes-extended/tzcode/tzcode-native_2013h.bb index 5cdc7efdff3..9e1c8f8504e 100644 --- a/meta/recipes-extended/tzcode/tzcode-native_2013h.bb +++ b/meta/recipes-extended/tzcode/tzcode-native_2013h.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" +SUMMARY = "Timezone zoneinfo utils (zic, zdump, tzselect)" LICENSE = "PD & BSD" LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=0b7570113550eb5d30aa4bd220964b8f" diff --git a/meta/recipes-extended/tzdata/tzdata_2013h.bb b/meta/recipes-extended/tzdata/tzdata_2013h.bb index 16d67d3eaae..f2b513c96f0 100644 --- a/meta/recipes-extended/tzdata/tzdata_2013h.bb +++ b/meta/recipes-extended/tzdata/tzdata_2013h.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Timezone data" +SUMMARY = "Timezone database" HOMEPAGE = "ftp://elsie.nci.nih.gov/pub/" SECTION = "base" LICENSE = "PD & BSD" diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb index 0f634c8cb9b..584802a598a 100644 --- a/meta/recipes-extended/unzip/unzip_6.0.bb +++ b/meta/recipes-extended/unzip/unzip_6.0.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "A (de)compression library for the ZIP format" +SUMMARY = "Utilities for extracting and viewing files in .zip archives" HOMEPAGE = "http://www.info-zip.org" SECTION = "console/utils" LICENSE = "BSD-3-Clause" diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 9ef56418819..3148d738e22 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc @@ -1,4 +1,4 @@ -DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more." +SUMMARY = "Console URL download utility supporting HTTP, FTP, etc." SECTION = "console/network" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb index 0e281722e57..1928949e94d 100644 --- a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb +++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Highly configurable, modular and secure inetd" +SUMMARY = "Socket-based service activation daemon" HOMEPAGE = "http://www.xinetd.org" # xinetd is a BSD-like license diff --git a/meta/recipes-extended/xz/xz_5.1.3alpha.bb b/meta/recipes-extended/xz/xz_5.1.3alpha.bb index 9e2c933f252..b8501a5a390 100644 --- a/meta/recipes-extended/xz/xz_5.1.3alpha.bb +++ b/meta/recipes-extended/xz/xz_5.1.3alpha.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "utils for managing LZMA compressed files" +SUMMARY = "Utilities for managing LZMA compressed files" HOMEPAGE = "http://tukaani.org/xz/" SECTION = "base" diff --git a/meta/recipes-extended/zip/zip.inc b/meta/recipes-extended/zip/zip.inc index c73571ad54e..6221c5e139c 100644 --- a/meta/recipes-extended/zip/zip.inc +++ b/meta/recipes-extended/zip/zip.inc @@ -1,4 +1,4 @@ -DESCRIPTION = "Archiver for .zip files" +SUMMARY = "Compressor/archiver for creating and modifying .zip files" HOMEPAGE = "http://www.info-zip.org" SECTION = "console/utils" |