]> git.ipfire.org Git - ipfire-3.x.git/blob - nano/nano.nm
kernel: Update to 5.1
[ipfire-3.x.git] / nano / nano.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = nano
7 version = 3.2
8 release = 1
9
10 groups = Application/Editors
11 url = http://www.nano-editor.org/
12 license = GPLv2+
13 summary = A small text editor.
14
15 description
16 GNU nano is a small and friendly text editor.
17 end
18
19 source_dl = http://www.nano-editor.org/dist/v3/
20
21 build
22 requires
23 groff
24 ncurses-devel
25 end
26
27 configure_options += \
28 --enable-color \
29 --enable-multibuffer \
30 --enable-nanorc
31 end
32
33 packages
34 package %{name}
35 configfiles
36 %{sysconfdir}/nanorc
37 end
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end