]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - nano/nano.nm
gnome-themes-standard: Update to 3.11.5.
[people/ms/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
010fca13
TE
7mainversion = 2.3
8subversion = 2
9version = %{mainversion}.%{subversion}
10release = 1
a7905983 11
802ea3af
MT
12groups = Application/Editors
13url = http://www.nano-editor.org/
14license = GPLv2+
15summary = A small text editor.
a7905983 16
802ea3af 17description
a7905983 18 GNU nano is a small and friendly text editor.
802ea3af
MT
19end
20
010fca13 21source_dl = http://www.nano-editor.org/dist/v%{mainversion}/
802ea3af
MT
22
23build
24 requires
25 groff
26 ncurses-devel
27 end
28
29 configure_options += \
802ea3af
MT
30 --enable-color \
31 --enable-multibuffer \
32 --enable-nanorc
33
34 install_cmds
ff9f3da8
MT
35 # Disable line wrapping.
36 sed -i doc/nanorc.sample \
37 -e "s/# set nowrap/set nowrap/"
38
802ea3af 39 install -v -m644 -D doc/nanorc.sample \
ff9f3da8 40 %{BUILDROOT}%{sysconfdir}/nanorc
802ea3af
MT
41 end
42end
43
44packages
45 package %{name}
ff9f3da8
MT
46 configfiles
47 %{sysconfdir}/nanorc
48 end
49 end
1f9bc2f0
MT
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
802ea3af 54end