21 lines
631 B
Bash
21 lines
631 B
Bash
# Template file for 'dialog'
|
|
pkgname=dialog
|
|
_distver=1.2
|
|
_date=20150528
|
|
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=a8cd7a66bdb41e53a3145cbb0eb370c5ce7300fe0e9ad6d3e8d3b9e16ff16418
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/usr/lib
|
|
}
|