]> git.ipfire.org Git - ipfire-3.x.git/blame - nano/nano.nm
ncurses: Install in base system
[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
5772fe7f 7version = 3.2
010fca13 8release = 1
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
5772fe7f 19source_dl = http://www.nano-editor.org/dist/v3/
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