void-packages/srcpkgs/dialog/template
2014-09-17 07:48:27 +02:00

21 lines
628 B
Plaintext

# Template file for 'dialog'
pkgname=dialog
_distver=1.2
_date=20140911
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@gmail.com>"
license="LGPL-2.1"
homepage="http://invisible-island.net/dialog/"
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
checksum=d054766fba3dac828851f1c9852e5992eb824fd0a0dd26d87ee517242027bafc
post_install() {
rm -r ${DESTDIR}/usr/lib
}