]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - dialog/dialog.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / dialog / dialog.nm
CommitLineData
d68f6365
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = dialog
7version = 1.1
8svn_ver = 20111020
9release = 1.%{svn_ver}
10thisapp = %{name}-%{version}-%{svn_ver}
11
12groups = Applications/System
13url = http://invisible-island.net/dialog/dialog.html
14license = LGPLv2
15summary = A utility for creating TTY dialog boxes.
16
17description
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.
23end
24
25source_dl = ftp://invisible-island.net/dialog/
26sources = %{thisapp}.tgz
27
28build
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
46end
47
48quality-agent
49 whitelist_rpath
50 /usr/lib
51 end
52end
53
54packages
55 package %{name}
56
57 package %{name}-devel
58 template DEVEL
59 end
1f9bc2f0
MT
60
61 package %{name}-debuginfo
62 template DEBUGINFO
63 end
d68f6365 64end