void-packages/srcpkgs/dialog/template

23 lines
898 B
Text
Raw Normal View History

# Template file for 'dialog'
pkgname=dialog
2013-01-09 10:25:26 +00:00
_distver=1.2
_date=20121230
version=${_distver}.${_date}
2012-07-06 21:50:45 +00:00
revision=1
wrksrc=${pkgname}-${_distver}-${_date}
build_style=gnu-configure
configure_args="--with-ncursesw --enable-nls"
makedepends="ncurses-devel"
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-07-06 21:50:45 +00:00
homepage="http://invisible-island.net/dialog/"
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
2013-01-09 10:25:26 +00:00
checksum=f6e052b00003672c138f18be9e0c088208ce5f935a24962d03f6d073f7ae7e6d
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."