# Template file for 'dialog' pkgname=dialog _distver=1.2 _date=20130523 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 " license="LGPL-2.1" homepage="http://invisible-island.net/dialog/" distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz" checksum=c8d114b7698022bcbd6c88f3c0b2296b0e846c60c5ed6bd28f86dd72b94fd36d 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." dialog_package() { pkg_install() { vmove all } }