1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
10 thisapp = %{name}-%{version}-%{svn_ver}
12 groups = Applications/System
13 url = http://invisible-island.net/dialog/dialog.html
15 summary = A utility for creating TTY dialog boxes.
18 Dialog is a utility that allows you to show dialog boxes (containing
19 questions or messages) in TTY (text mode) interfaces. Dialog is called
20 from within a shell script. The following dialog boxes are implemented:
21 yes/no, menu, input, message, text, info, checklist, radiolist, and
25 source_dl = ftp://invisible-island.net/dialog/
26 sources = %{thisapp}.tgz
37 configure_options += \
41 --includedir=/usr/include/dialog
44 chmod -v 755 %{BUILDROOT}%{libdir}/libdialog.so.*.*.*
47 chrpath --delete %{BUILDROOT}%{bindir}/dialog
58 package %{name}-debuginfo