2009-12-22 16:31:20 +00:00
|
|
|
# Template file for 'dialog'
|
|
|
|
pkgname=dialog
|
2013-05-27 12:51:42 +00:00
|
|
|
_distver=1.2
|
2014-09-17 05:48:27 +00:00
|
|
|
_date=20140911
|
2009-12-22 16:31:20 +00:00
|
|
|
version=${_distver}.${_date}
|
2012-07-06 21:50:45 +00:00
|
|
|
revision=1
|
2009-12-22 16:31:20 +00:00
|
|
|
wrksrc=${pkgname}-${_distver}-${_date}
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2014-01-14 10:24:39 +00:00
|
|
|
configure_args="--with-ncursesw --disable-nls"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="ncurses-devel"
|
2009-12-22 16:31:20 +00:00
|
|
|
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/"
|
2014-11-01 19:14:00 +00:00
|
|
|
update_pattern="dialog-\K[\d.-]+(?=.tgz)"
|
2012-07-06 21:50:45 +00:00
|
|
|
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
2014-09-17 05:48:27 +00:00
|
|
|
checksum=d054766fba3dac828851f1c9852e5992eb824fd0a0dd26d87ee517242027bafc
|
2014-01-14 10:24:39 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
rm -r ${DESTDIR}/usr/lib
|
|
|
|
}
|