void-packages/srcpkgs/dialog/template
Juan RP 7c38045a0f dialog: fix wrong checksum.
--HG--
extra : convert_revision : 6e78db75bdbca6be9a3f939b28090f6e97988776
2010-04-25 19:18:43 +02:00

24 lines
912 B
Plaintext

# Template file for 'dialog'
pkgname=dialog
_distver=1.1
_date=20100119
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>"
checksum=316777b2b711baed5fb4922fe38378085a9257cd05922f11d774d6829f659c17
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
Add_dependency build gettext
Add_dependency build ncursesw-devel