]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - nano/nano.nm
Merge remote-tracking branch 'maniacikarus/ids'
[people/ms/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 = 2
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 --sysconfdir=/etc/nano \
29 --enable-color \
30 --enable-multibuffer \
31 --enable-nanorc
32
33 install_cmds
34 install -v -m644 -D doc/nanorc.sample \
35 %{BUILDROOT}/etc/nano/nanorc.sample
36 end
37 end
38
39 packages
40 package %{name}
41 end