]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - nano/nano.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / nano / nano.nm
CommitLineData
a7905983 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
a7905983 4###############################################################################
5
802ea3af
MT
6name = nano
7version = 2.3.0
66c632e4 8release = 2
a7905983 9
802ea3af
MT
10groups = Application/Editors
11url = http://www.nano-editor.org/
12license = GPLv2+
13summary = A small text editor.
a7905983 14
802ea3af 15description
a7905983 16 GNU nano is a small and friendly text editor.
802ea3af
MT
17end
18
19source_dl =
20
21build
22 requires
23 groff
24 ncurses-devel
25 end
26
27 configure_options += \
802ea3af
MT
28 --sysconfdir=/etc/nano \
29 --enable-color \
30 --enable-multibuffer \
31 --enable-nanorc
32
33 install_cmds
34 install -v -m644 -D doc/nanorc.sample \
35 %{BUILDROOT}/etc/nano/nanorc.sample
36 end
37end
38
39packages
40 package %{name}
1f9bc2f0
MT
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
802ea3af 45end