2009-12-22 17:31:20 +01:00
|
|
|
# Template file for 'dialog'
|
|
|
|
pkgname=dialog
|
|
|
|
_distver=1.1
|
2011-02-14 18:26:05 +01:00
|
|
|
_date=20110118
|
2011-11-14 18:12:47 +01:00
|
|
|
revision=2
|
2009-12-22 17:31:20 +01:00
|
|
|
version=${_distver}.${_date}
|
|
|
|
wrksrc=${pkgname}-${_distver}-${_date}
|
|
|
|
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2009-12-22 17:31:20 +01:00
|
|
|
configure_args="--with-ncursesw --enable-nls"
|
|
|
|
short_desc="A tool to display dialog boxes from shell scripts"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-02-14 18:26:05 +01:00
|
|
|
checksum=989c4961f2dc3ddc14491b74fe6d0a9d09d8bd1a5d576d855f9fedaac365b2fa
|
2009-12-22 17:31:20 +01:00
|
|
|
long_desc="
|
|
|
|
Dialog is a program that will let you to present a variety of questions
|
|
|
|
or display messages using dialog boxes from a shell script. Currently,
|
|
|
|
these types of dialog boxes are implemented:
|
|
|
|
yes/no box, menu box, input box, message box, text box, info box,
|
|
|
|
guage box, checklist box, and radiolist box."
|
|
|
|
|
2010-02-17 23:22:21 +01:00
|
|
|
Add_dependency build gettext
|
2011-02-27 14:53:02 +01:00
|
|
|
Add_dependency build ncurses-devel
|