mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
dialog: update to 1.3.20210324.
This commit is contained in:
parent
a279abf769
commit
de91aee3e7
1 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'dialog'
|
# Template file for 'dialog'
|
||||||
pkgname=dialog
|
pkgname=dialog
|
||||||
_distver=1.3
|
version=1.3.20210324
|
||||||
_date=20210117
|
|
||||||
version="${_distver}.${_date}"
|
|
||||||
revision=1
|
revision=1
|
||||||
|
_distver=${version%.*}
|
||||||
|
_date=${version##*.}
|
||||||
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"
|
||||||
|
@ -12,8 +12,9 @@ short_desc="Tool to display dialog boxes from shell scripts"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-only"
|
||||||
homepage="https://invisible-island.net/dialog/"
|
homepage="https://invisible-island.net/dialog/"
|
||||||
|
changelog="https://invisible-island.net/dialog/CHANGES"
|
||||||
distfiles="https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
distfiles="https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
||||||
checksum=3c1ed08f44bcf6f159f2aa6fde765db94e8997b3eefb49d8b4c86691693c43e1
|
checksum=01c2d1e2e9af9b083ea200caad084fdfda55178d5bbf4e42c9fff44935151653
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -r ${DESTDIR}/usr/lib
|
rm -r ${DESTDIR}/usr/lib
|
||||||
|
|
Loading…
Add table
Reference in a new issue