]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - pkgs/nano/nano.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / 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
MT
6name = nano
7version = 2.3.0
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
19source_dl =
20
21build
22 requires
23 groff
24 ncurses-devel
25 end
26
27 configure_options += \
28 --bindir=/bin \
29 --sysconfdir=/etc/nano \
30 --enable-color \
31 --enable-multibuffer \
32 --enable-nanorc
33
34 install_cmds
35 install -v -m644 -D doc/nanorc.sample \
36 %{BUILDROOT}/etc/nano/nanorc.sample
37 end
38end
39
40packages
41 package %{name}
42end