]> git.ipfire.org Git - ipfire-3.x.git/blob - dialog/dialog.nm
Merge remote-tracking branch 'stevee/audit'
[ipfire-3.x.git] / dialog / dialog.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = dialog
7 version = 1.1
8 svn_ver = 20111020
9 release = 1.%{svn_ver}
10 thisapp = %{name}-%{version}-%{svn_ver}
11
12 groups = Applications/System
13 url = http://invisible-island.net/dialog/dialog.html
14 license = LGPLv2
15 summary = A utility for creating TTY dialog boxes.
16
17 description
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
22 gauge.
23 end
24
25 source_dl = ftp://invisible-island.net/dialog/
26 sources = %{thisapp}.tgz
27
28 build
29 requires
30 findutils
31 gettext
32 libtool
33 ncurses-devel
34 end
35
36 configure_options += \
37 --enable-nls \
38 --with-libtool \
39 --with-ncursesw \
40 --includedir=/usr/include/dialog \
41 --mandir=/usr/share/man
42
43 install_cmds
44 chmod -v 755 %{BUILDROOT}/usr/lib/libdialog.so.*.*.*
45 end
46 end
47
48 quality-agent
49 whitelist_rpath
50 /usr/lib
51 end
52 end
53
54 packages
55 package %{name}
56
57 package %{name}-devel
58 template DEVEL
59 end
60
61 package %{name}-debuginfo
62 template DEBUGINFO
63 end
64 end