]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - nano/nano.nm
elfutils: Correctly configure debuginfod
[people/pmueller/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 6name = nano
e3b76aa2 7version = 7.2
010fca13 8release = 1
a7905983 9
802ea3af 10groups = Application/Editors
7f6ed168 11url = https://www.nano-editor.org/
802ea3af
MT
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
7f6ed168 19source_dl = https://www.nano-editor.org/dist/v7/
802ea3af
MT
20
21build
22 requires
23 groff
24 ncurses-devel
25 end
26
27 configure_options += \
802ea3af
MT
28 --enable-color \
29 --enable-multibuffer \
30 --enable-nanorc
802ea3af
MT
31end
32
33packages
34 package %{name}
ff9f3da8
MT
35 configfiles
36 %{sysconfdir}/nanorc
37 end
38 end
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end