void-packages/srcpkgs/dialog/template
2016-01-28 07:52:51 +01:00

20 lines
631 B
Bash

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