dialog: update to 1.1-20120706.
This commit is contained in:
parent
4bfd2b7744
commit
2b0d9666b5
1 changed files with 5 additions and 6 deletions
|
@ -1,23 +1,22 @@
|
||||||
# Template file for 'dialog'
|
# Template file for 'dialog'
|
||||||
pkgname=dialog
|
pkgname=dialog
|
||||||
_distver=1.1
|
_distver=1.1
|
||||||
_date=20120215
|
_date=20120706
|
||||||
version=${_distver}.${_date}
|
version=${_distver}.${_date}
|
||||||
|
revision=1
|
||||||
wrksrc=${pkgname}-${_distver}-${_date}
|
wrksrc=${pkgname}-${_distver}-${_date}
|
||||||
homepage="http://invisible-island.net/dialog/"
|
|
||||||
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ncursesw --enable-nls"
|
configure_args="--with-ncursesw --enable-nls"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
revision=1
|
|
||||||
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"
|
||||||
checksum=883c58498663d939b18f3aea56976b64268b736d1579ac850512e5d5a4a2eafc
|
homepage="http://invisible-island.net/dialog/"
|
||||||
|
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
||||||
|
checksum=305aa1000680aa87bb2148a725f9107ef4cd29dcd6185b44d079cb87cf0ce2f5
|
||||||
long_desc="
|
long_desc="
|
||||||
Dialog is a program that will let you to present a variety of questions
|
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,
|
or display messages using dialog boxes from a shell script. Currently,
|
||||||
these types of dialog boxes are implemented:
|
these types of dialog boxes are implemented:
|
||||||
yes/no box, menu box, input box, message box, text box, info box,
|
yes/no box, menu box, input box, message box, text box, info box,
|
||||||
guage box, checklist box, and radiolist box."
|
guage box, checklist box, and radiolist box."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue