new package: add package 'nano' to development builds

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-09-09 18:18:28 +02:00
parent 358055d310
commit 777a977237
4 changed files with 28 additions and 1 deletions

View File

@ -5,5 +5,7 @@
$SCRIPTS/install strace
$SCRIPTS/install gdb
$SCRIPTS/install mesa-demos
$SCRIPTS/install htop
$SCRIPTS/install htop # on user request
$SCRIPTS/install nano # on user request

16
packages/debug/nano/build Executable file
View File

@ -0,0 +1,16 @@
#!/bin/sh
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build ncurses
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
make

8
packages/debug/nano/install Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
. config/options $1
$SCRIPTS/install ncurses
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/src/nano $INSTALL/usr/bin

1
packages/debug/nano/url Normal file
View File

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