dialog: update to 1.2-20140112.

This commit is contained in:
Juan RP 2014-01-14 11:24:39 +01:00
parent 4a1abb8683
commit af2ce48e08

View file

@ -1,22 +1,20 @@
# Template file for 'dialog' # Template file for 'dialog'
pkgname=dialog pkgname=dialog
_distver=1.2 _distver=1.2
_date=20130523 _date=20140112
version=${_distver}.${_date} version=${_distver}.${_date}
revision=1 revision=1
wrksrc=${pkgname}-${_distver}-${_date} wrksrc=${pkgname}-${_distver}-${_date}
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-ncursesw --enable-nls" configure_args="--with-ncursesw --disable-nls"
makedepends="ncurses-devel" makedepends="ncurses-devel"
short_desc="A tool to display dialog boxes from shell scripts" short_desc="A tool to display dialog boxes from shell scripts"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1" license="LGPL-2.1"
homepage="http://invisible-island.net/dialog/" homepage="http://invisible-island.net/dialog/"
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz" distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
checksum=c8d114b7698022bcbd6c88f3c0b2296b0e846c60c5ed6bd28f86dd72b94fd36d checksum=8d30043872c57d4d3b3b05e4390ece356843f2a71303c91a2f8a536b369e0077
long_desc="
Dialog is a program that will let you to present a variety of questions post_install() {
or display messages using dialog boxes from a shell script. Currently, rm -r ${DESTDIR}/usr/lib
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."