mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
dialog: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
757d73a75a
commit
d5719ac2a2
@ -2,9 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build ncurses
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
ac_cv_path_NCURSES_CONFIG="$ROOT/$TOOLCHAIN/bin/ncurses-config" \
|
||||
|
@ -2,7 +2,5 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install ncurses
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/dialog $INSTALL/usr/bin
|
||||
|
14
packages/tools/dialog/meta
Normal file
14
packages/tools/dialog/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="dialog"
|
||||
PKG_VERSION="1.1-20100428"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://invisible-island.net/dialog/"
|
||||
PKG_URL="ftp://invisible-island.net/dialog/$PKG_NAME-$PKG_VERSION.tgz"
|
||||
PKG_DEPENDS="ncurses"
|
||||
PKG_BUILD_DEPENDS="toolchain ncurses"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="tools"
|
||||
PKG_SHORTDESC="dialog: A utility for creating TTY dialog boxes"
|
||||
PKG_LONGDESC="Dialog is a utility that allows you to show dialog boxes (containing questions or messages) in TTY (text mode) interfaces from shell scripts. Dialog is initally written by Savio Lam and various branches do exist (e.g. lxdialog which is used for a linux kernel make menuconfig). This is the branch maintained by Thomas Dickey."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
ftp://invisible-island.net/dialog/dialog-1.1-20100428.tgz
|
Loading…
x
Reference in New Issue
Block a user