20 lines
628 B
Text
20 lines
628 B
Text
# Template file for 'dialog'
|
|
pkgname=dialog
|
|
_distver=1.2
|
|
_date=20150125
|
|
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=1d98ec7cc81f11f9019fa0b90f1afdaa86579cae1ce8869a6fd61deb9d4b887a
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/usr/lib
|
|
}
|