void-packages/srcpkgs/dialog/template
Juan RP 58a509b0c5 Revert "dialog: update to 1.2-20121230."
This reverts commit 77cb27f8c5.

The upstream tarball is fucked up completely.
2013-01-09 13:09:59 +01:00

23 lines
898 B
Plaintext

# Template file for 'dialog'
pkgname=dialog
_distver=1.1
_date=20120706
version=${_distver}.${_date}
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>"
license="LGPL-2.1"
homepage="http://invisible-island.net/dialog/"
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
checksum=305aa1000680aa87bb2148a725f9107ef4cd29dcd6185b44d079cb87cf0ce2f5
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."