mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
new package: add package 'nano' to development builds
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
358055d310
commit
777a977237
@ -5,5 +5,7 @@
|
|||||||
$SCRIPTS/install strace
|
$SCRIPTS/install strace
|
||||||
$SCRIPTS/install gdb
|
$SCRIPTS/install gdb
|
||||||
$SCRIPTS/install mesa-demos
|
$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
16
packages/debug/nano/build
Executable 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
8
packages/debug/nano/install
Executable 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
1
packages/debug/nano/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://www.nano-editor.org/dist/v2.2/nano-2.2.5.tar.gz
|
Loading…
x
Reference in New Issue
Block a user