void-packages/srcpkgs/dialog/template

21 lines
631 B
Bash
Raw Normal View History

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