############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = nano version = 3.2 release = 1 groups = Application/Editors url = http://www.nano-editor.org/ license = GPLv2+ summary = A small text editor. description GNU nano is a small and friendly text editor. end source_dl = http://www.nano-editor.org/dist/v3/ build requires groff ncurses-devel end configure_options += \ --enable-color \ --enable-multibuffer \ --enable-nanorc end packages package %{name} configfiles %{sysconfdir}/nanorc end end package %{name}-debuginfo template DEBUGINFO end end