void-packages/srcpkgs/dialog/template
maxice8 5d2b5e8760 dialog: update to 1.3.20171209.
Closes: #9883 [via git-merge-pr]
2017-12-22 14:10:03 +01:00

20 lines
635 B
Bash

# Template file for 'dialog'
pkgname=dialog
_distver=1.3
_date=20171209
version=${_distver}.${_date}
revision=1
wrksrc=${pkgname}-${_distver}-${_date}
build_style=gnu-configure
configure_args="--with-ncursesw --disable-nls"
makedepends="ncurses-devel"
short_desc="A tool to display dialog boxes from shell scripts"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1"
homepage="http://invisible-island.net/dialog/"
distfiles="ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
checksum=20139442119e2eff5c35236e8e5e313c901539008d9cccf8c8ab3851b41267e6
post_install() {
rm -r ${DESTDIR}/usr/lib
}