2009-12-22 16:31:20 +00:00
|
|
|
# Template file for 'dialog'
|
|
|
|
pkgname=dialog
|
|
|
|
_distver=1.1
|
2012-02-18 15:48:38 +00:00
|
|
|
_date=20120215
|
2009-12-22 16:31:20 +00:00
|
|
|
version=${_distver}.${_date}
|
|
|
|
wrksrc=${pkgname}-${_distver}-${_date}
|
2012-02-06 09:06:01 +00:00
|
|
|
homepage="http://invisible-island.net/dialog/"
|
2009-12-22 16:31:20 +00:00
|
|
|
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2009-12-22 16:31:20 +00:00
|
|
|
configure_args="--with-ncursesw --enable-nls"
|
|
|
|
short_desc="A tool to display dialog boxes from shell scripts"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-02-06 09:06:01 +00:00
|
|
|
license="LGPL-2.1"
|
2012-02-18 15:48:38 +00:00
|
|
|
checksum=883c58498663d939b18f3aea56976b64268b736d1579ac850512e5d5a4a2eafc
|
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."
|
|
|
|
|
2011-02-27 13:53:02 +00:00
|
|
|
Add_dependency build ncurses-devel
|