vp-build/srcpkgs/dialog/template

21 lines
631 B
Bash

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