void-packages/srcpkgs/dialog/template
2016-08-29 08:09:42 +02:00

20 lines
631 B
Bash

# Template file for 'dialog'
pkgname=dialog
_distver=1.3
_date=20160828
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://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
checksum=453095abaec288bfbc1ca9faced917e17742cff1ea45ec46210071ac153562f9
post_install() {
rm -r ${DESTDIR}/usr/lib
}