2009-12-22 16:31:20 +00:00
|
|
|
# Template file for 'dialog'
|
|
|
|
pkgname=dialog
|
|
|
|
_distver=1.1
|
2010-02-17 22:22:21 +00:00
|
|
|
_date=20100119
|
2009-12-22 16:31:20 +00:00
|
|
|
version=${_distver}.${_date}
|
|
|
|
wrksrc=${pkgname}-${_distver}-${_date}
|
|
|
|
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
|
|
|
build_style=gnu_configure
|
|
|
|
configure_args="--with-ncursesw --enable-nls"
|
|
|
|
short_desc="A tool to display dialog boxes from shell scripts"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-04-25 17:18:43 +00:00
|
|
|
checksum=316777b2b711baed5fb4922fe38378085a9257cd05922f11d774d6829f659c17
|
2009-12-22 16:31:20 +00: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."
|
|
|
|
|
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run ncursesw
|
2010-02-17 22:22:21 +00:00
|
|
|
Add_dependency build gettext
|
2009-12-22 16:31:20 +00:00
|
|
|
Add_dependency build ncursesw-devel
|