void-packages/srcpkgs/dialog/template

21 lines
628 B
Bash
Raw Normal View History

# Template file for 'dialog'
pkgname=dialog
2013-05-27 12:51:42 +00:00
_distver=1.2
2015-03-06 08:44:34 +00:00
_date=20150225
version=${_distver}.${_date}
2012-07-06 21:50:45 +00:00
revision=1
wrksrc=${pkgname}-${_distver}-${_date}
build_style=gnu-configure
2014-01-14 10:24:39 +00:00
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>"
2012-02-06 09:06:01 +00:00
license="LGPL-2.1"
2012-07-06 21:50:45 +00:00
homepage="http://invisible-island.net/dialog/"
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
2015-03-06 08:44:34 +00:00
checksum=6844b13a7a1fea568a8d5bb3004e1af90888cd4a5e8c2ded2c38f34fcc7397ff
2014-01-14 10:24:39 +00:00
post_install() {
rm -r ${DESTDIR}/usr/lib
}