From 5e06b079c87df61a2e41a8a03899db89bcd6d99b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 17 Nov 2010 14:47:15 +0100 Subject: [PATCH] sed: add metafile support, move to toolchain/sysutils Signed-off-by: Stephan Raue --- packages/toolchain/sed/url | 1 - packages/toolchain/{ => sysutils}/sed/build | 0 packages/toolchain/sysutils/sed/meta | 14 ++++++++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) delete mode 100644 packages/toolchain/sed/url rename packages/toolchain/{ => sysutils}/sed/build (100%) create mode 100644 packages/toolchain/sysutils/sed/meta diff --git a/packages/toolchain/sed/url b/packages/toolchain/sed/url deleted file mode 100644 index f6126cf7db..0000000000 --- a/packages/toolchain/sed/url +++ /dev/null @@ -1 +0,0 @@ -http://ftp.gnu.org/gnu/sed/sed-4.2.1.tar.bz2 \ No newline at end of file diff --git a/packages/toolchain/sed/build b/packages/toolchain/sysutils/sed/build similarity index 100% rename from packages/toolchain/sed/build rename to packages/toolchain/sysutils/sed/build diff --git a/packages/toolchain/sysutils/sed/meta b/packages/toolchain/sysutils/sed/meta new file mode 100644 index 0000000000..c25987a418 --- /dev/null +++ b/packages/toolchain/sysutils/sed/meta @@ -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"