dialog: add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-13 16:43:50 +01:00
parent 757d73a75a
commit d5719ac2a2
4 changed files with 14 additions and 6 deletions

View File

@ -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" \

View File

@ -2,7 +2,5 @@
. config/options $1
$SCRIPTS/install ncurses
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/dialog $INSTALL/usr/bin

View 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"

View File

@ -1 +0,0 @@
ftp://invisible-island.net/dialog/dialog-1.1-20100428.tgz