nano: add metafile support, cleanups

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-13 13:42:30 +01:00
parent 8f2f6394dc
commit 663498d0e8
4 changed files with 14 additions and 7 deletions

View File

@ -2,11 +2,7 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build ncurses
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \

View File

@ -2,7 +2,5 @@
. config/options $1
$SCRIPTS/install ncurses
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/src/nano $INSTALL/usr/bin

14
packages/debug/nano/meta Normal file
View File

@ -0,0 +1,14 @@
PKG_NAME="nano"
PKG_VERSION="2.2.5"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.nano-editor.org/"
PKG_URL="http://www.nano-editor.org/dist/v2.2/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="ncurses"
PKG_BUILD_DEPENDS="toolchain ncurses"
PKG_PRIORITY="optional"
PKG_SECTION="debug"
PKG_SHORTDESC="nano: Pico editor clone with enhancements"
PKG_LONGDESC="GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone of the Pico text editor."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://www.nano-editor.org/dist/v2.2/nano-2.2.5.tar.gz