mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new package: add package 'dialog'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
072ab1a624
commit
fe31aea9f7
25
packages/tools/dialog/build
Executable file
25
packages/tools/dialog/build
Executable file
@ -0,0 +1,25 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build ncurses
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
ac_cv_path_NCURSES_CONFIG="$ROOT/$TOOLCHAIN/bin/ncurses-config" \
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--disable-nls \
|
||||
--without-dbmalloc \
|
||||
--without-dmalloc \
|
||||
--with-ncurses \
|
||||
--disable-widec \
|
||||
--disable-rc-file \
|
||||
--disable-Xdialog \
|
||||
--disable-form \
|
||||
--disable-mixedform \
|
||||
--disable-tailbox \
|
||||
|
||||
make
|
8
packages/tools/dialog/install
Executable file
8
packages/tools/dialog/install
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install ncurses
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/dialog $INSTALL/usr/bin
|
1
packages/tools/dialog/url
Normal file
1
packages/tools/dialog/url
Normal file
@ -0,0 +1 @@
|
||||
ftp://invisible-island.net/dialog/dialog-1.1-20100428.tgz
|
Loading…
x
Reference in New Issue
Block a user