sed: add metafile support, move to toolchain/sysutils

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-17 14:47:15 +01:00
parent 28d5bcb576
commit 5e06b079c8
3 changed files with 14 additions and 1 deletions

View File

@ -1 +0,0 @@
http://ftp.gnu.org/gnu/sed/sed-4.2.1.tar.bz2

View File

@ -0,0 +1,14 @@
PKG_NAME="sed"
PKG_VERSION="4.2.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="ftp://ftp.gnu.org/pub/gnu/sed/"
PKG_URL="http://ftp.gnu.org/gnu/sed/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="ccache"
PKG_PRIORITY="optional"
PKG_SECTION="toolchain/sysutils"
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_IS_ADDON="no"