From 8c05144cf6866b2e997c659ba51b6faf6771b850 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 22 Dec 2009 17:31:20 +0100 Subject: [PATCH] Added dialog-1.1.20080819 build template. --HG-- extra : convert_revision : 6b67dd6e4d7efc2f65decb20b01c504548ed30d8 --- srcpkgs/dialog/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/dialog/template diff --git a/srcpkgs/dialog/template b/srcpkgs/dialog/template new file mode 100644 index 00000000000..0c09d57c064 --- /dev/null +++ b/srcpkgs/dialog/template @@ -0,0 +1,22 @@ +# Template file for 'dialog' +pkgname=dialog +_distver=1.1 +_date=20080819 +version=${_distver}.${_date} +wrksrc=${pkgname}-${_distver}-${_date} +distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz" +build_style=gnu_configure +configure_args="--with-ncursesw --enable-nls" +short_desc="A tool to display dialog boxes from shell scripts" +maintainer="Juan RP " +checksum=c5d49b39c5998bcecd124c05cc6f096d22ccdc378ad455214611ae41a2f4b7d9 +long_desc=" + Dialog is a program that will let you to present a variety of questions + or display messages using dialog boxes from a shell script. Currently, + these types of dialog boxes are implemented: + yes/no box, menu box, input box, message box, text box, info box, + guage box, checklist box, and radiolist box." + +Add_dependency run glibc +Add_dependency run ncursesw +Add_dependency build ncursesw-devel