]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - nano/nano.nm
boost: Reduce parallelism on ARM.
[people/amarx/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 = 2.3.0
8 release = 3
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 =
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
32 install_cmds
33 # Disable line wrapping.
34 sed -i doc/nanorc.sample \
35 -e "s/# set nowrap/set nowrap/"
36
37 install -v -m644 -D doc/nanorc.sample \
38 %{BUILDROOT}%{sysconfdir}/nanorc
39 end
40 end
41
42 packages
43 package %{name}
44 configfiles
45 %{sysconfdir}/nanorc
46 end
47 end
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52 end