dialog: update to 1.1.20111020.
This commit is contained in:
parent
30816a17cf
commit
0e051394e8
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'dialog'
|
# Template file for 'dialog'
|
||||||
pkgname=dialog
|
pkgname=dialog
|
||||||
_distver=1.1
|
_distver=1.1
|
||||||
_date=20110118
|
_date=20111020
|
||||||
revision=2
|
|
||||||
version=${_distver}.${_date}
|
version=${_distver}.${_date}
|
||||||
wrksrc=${pkgname}-${_distver}-${_date}
|
wrksrc=${pkgname}-${_distver}-${_date}
|
||||||
|
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"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ncursesw --enable-nls"
|
configure_args="--with-ncursesw --enable-nls"
|
||||||
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>"
|
||||||
checksum=989c4961f2dc3ddc14491b74fe6d0a9d09d8bd1a5d576d855f9fedaac365b2fa
|
license="LGPL-2.1"
|
||||||
|
checksum=746bf18b8414985864835b61536cee826ac916e6827fbcad9faffb496cae8a7a
|
||||||
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,
|
||||||
|
|
Loading…
Reference in a new issue