mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
dialog: update to 1.3.20180621.
This commit is contained in:
parent
2d84e62484
commit
d5a8af3766
1 changed files with 8 additions and 8 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'dialog'
|
# Template file for 'dialog'
|
||||||
pkgname=dialog
|
pkgname=dialog
|
||||||
_distver=1.3
|
_distver=1.3
|
||||||
_date=20171209
|
_date=20180621
|
||||||
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 --disable-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@voidlinux.eu>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1-only"
|
||||||
homepage="http://invisible-island.net/dialog/"
|
homepage="https://invisible-island.net/dialog/"
|
||||||
distfiles="ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
distfiles="https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
||||||
checksum=20139442119e2eff5c35236e8e5e313c901539008d9cccf8c8ab3851b41267e6
|
checksum=4a4859e2b22d24e46c1a529b5a5605b95503aa04da4432f7bbd713e3e867587a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -r ${DESTDIR}/usr/lib
|
rm -r ${DESTDIR}/usr/lib
|
||||||
|
|
Loading…
Add table
Reference in a new issue