void-packages/srcpkgs/dialog/template
2015-05-15 07:08:50 +02:00

20 lines
631 B
Bash

# Template file for 'dialog'
pkgname=dialog
_distver=1.2
_date=20150513
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=a70f957e983235ccbe63f8c5a45cd5ebde547bd57cedd07e35527a236d3cab4c
post_install() {
rm -r ${DESTDIR}/usr/lib
}