cleanup: PKG_SHORTDESC

This commit is contained in:
CvH
2018-10-22 15:06:12 +02:00
parent a4ec8951e0
commit 85e5b4dc1f
392 changed files with 306 additions and 603 deletions

View File

@@ -8,8 +8,7 @@ PKG_LICENSE="GPL"
PKG_SITE="http://www.gnu.org/software/sed/"
PKG_URL="http://ftpmirror.gnu.org/sed/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_HOST="ccache:host"
PKG_SHORTDESC="sed: This is the GNU implementation of the POSIX stream editor"
PKG_LONGDESC="The sed (Stream EDitor) editor is a stream or batch (non-interactive) editor. Sed takes text as input, performs an operation or set of operations on the text and outputs the modified text. The operations that sed performs (substitutions, deletions, insertions, etc.) can be specified in a script file or from the command line."
PKG_LONGDESC="The sed (Stream EDitor) editor is a stream or batch (non-interactive) editor."
PKG_CONFIGURE_OPTS_HOST="--disable-nls --disable-acl --without-selinux"
PKG_MAKEINSTALL_OPTS_HOST="-C sed install"