2009-12-22 16:31:20 +00:00
|
|
|
# Template file for 'dialog'
|
|
|
|
pkgname=dialog
|
2013-05-27 12:51:42 +00:00
|
|
|
_distver=1.2
|
|
|
|
_date=20130523
|
2009-12-22 16:31:20 +00:00
|
|
|
version=${_distver}.${_date}
|
2012-07-06 21:50:45 +00:00
|
|
|
revision=1
|
2009-12-22 16:31:20 +00:00
|
|
|
wrksrc=${pkgname}-${_distver}-${_date}
|
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"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="ncurses-devel"
|
2009-12-22 16:31:20 +00:00
|
|
|
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-05-27 12:51:42 +00:00
|
|
|
checksum=c8d114b7698022bcbd6c88f3c0b2296b0e846c60c5ed6bd28f86dd72b94fd36d
|
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."
|
2013-04-12 07:46:44 +00:00
|
|
|
|
|
|
|
dialog_package() {
|
|
|
|
pkg_install() {
|
2013-05-27 12:51:42 +00:00
|
|
|
vmove all
|
2013-04-12 07:46:44 +00:00
|
|
|
}
|
|
|
|
}
|