From e42a5f0d7d9c639ba55b726a1417b4582e080516 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 13 Nov 2010 14:27:12 +0100 Subject: [PATCH] ncurses: add metafile support, cleanups, thanks to cowbalt Signed-off-by: Stephan Raue --- packages/devel/ncurses/meta | 14 ++++++++++++++ packages/devel/ncurses/url | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 packages/devel/ncurses/meta delete mode 100644 packages/devel/ncurses/url diff --git a/packages/devel/ncurses/meta b/packages/devel/ncurses/meta new file mode 100644 index 0000000000..7b0b0d2ddb --- /dev/null +++ b/packages/devel/ncurses/meta @@ -0,0 +1,14 @@ +PKG_NAME="ncurses" +PKG_VERSION="5.7" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="MIT" +PKG_SITE="http://www.gnu.org/software/ncurses/" +PKG_URL="http://ftp.gnu.org/pub/gnu/ncurses/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="" +PKG_PRIORITY="optional" +PKG_SECTION="devel" +PKG_SHORTDESC="ncurses: The ncurses (new curses) library" +PKG_LONGDESC="The ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses terminfo format, supports pads and color and multiple highlights and forms characters and function-key mapping, and has all the other SYSV-curses enhancements over BSD curses." +PKG_IS_ADDON="no" \ No newline at end of file diff --git a/packages/devel/ncurses/url b/packages/devel/ncurses/url deleted file mode 100644 index 4db615aa90..0000000000 --- a/packages/devel/ncurses/url +++ /dev/null @@ -1 +0,0 @@ -http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.7.tar.gz \ No newline at end of file