mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
nano: add metafile support, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8f2f6394dc
commit
663498d0e8
@ -2,11 +2,7 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build ncurses
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
@ -2,7 +2,5 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/install ncurses
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
mkdir -p $INSTALL/usr/bin
|
||||||
cp $PKG_BUILD/src/nano $INSTALL/usr/bin
|
cp $PKG_BUILD/src/nano $INSTALL/usr/bin
|
||||||
|
14
packages/debug/nano/meta
Normal file
14
packages/debug/nano/meta
Normal 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"
|
@ -1 +0,0 @@
|
|||||||
http://www.nano-editor.org/dist/v2.2/nano-2.2.5.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user