void-packages/srcpkgs/dialog/template
2012-02-06 10:06:01 +01:00

24 lines
924 B
Plaintext

# Template file for 'dialog'
pkgname=dialog
_distver=1.1
_date=20111020
version=${_distver}.${_date}
wrksrc=${pkgname}-${_distver}-${_date}
homepage="http://invisible-island.net/dialog/"
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>"
license="LGPL-2.1"
checksum=746bf18b8414985864835b61536cee826ac916e6827fbcad9faffb496cae8a7a
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 build gettext
Add_dependency build ncurses-devel