20 lines
635 B
Bash
20 lines
635 B
Bash
# Template file for 'dialog'
|
|
pkgname=dialog
|
|
_distver=1.3
|
|
_date=20170509
|
|
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://ftp.invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
|
checksum=2ff1ba74c632b9d13a0d0d2c942295dd4e8909694eeeded7908a467d0bcd4756
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/usr/lib
|
|
}
|