mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
move package readline:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
d0b868c5e8
commit
1f080572ee
@ -1,19 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build ncurses
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--enable-static \
|
|
||||||
--disable-shared \
|
|
||||||
--with-curses
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
$MAKEINSTALL
|
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/fixconfigtools $PKG_BUILD/support
|
|
@ -1 +0,0 @@
|
|||||||
ftp://ftp.gnu.org/gnu/readline/readline-6.0.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user