dialog: update to 1.2.20130523.
This commit is contained in:
parent
cbfbb0828a
commit
5ec07421bc
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dialog'
|
# Template file for 'dialog'
|
||||||
pkgname=dialog
|
pkgname=dialog
|
||||||
_distver=1.1
|
_distver=1.2
|
||||||
_date=20120706
|
_date=20130523
|
||||||
version=${_distver}.${_date}
|
version=${_distver}.${_date}
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${pkgname}-${_distver}-${_date}
|
wrksrc=${pkgname}-${_distver}-${_date}
|
||||||
|
@ -13,7 +13,7 @@ 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=305aa1000680aa87bb2148a725f9107ef4cd29dcd6185b44d079cb87cf0ce2f5
|
checksum=c8d114b7698022bcbd6c88f3c0b2296b0e846c60c5ed6bd28f86dd72b94fd36d
|
||||||
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,
|
||||||
|
@ -23,6 +23,6 @@ long_desc="
|
||||||
|
|
||||||
dialog_package() {
|
dialog_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue