############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = ed version = 1.13 release = 1 groups = Application/Text url = http://www.gnu.org/software/ed/ license = GPLv3+ summary = The GNU line editor. description Ed is a line-oriented text editor, used to create, display, and modify \ text files (both interactively and via shell scripts). For most \ purposes, ed has been replaced in normal usage by full-screen editors \ (emacs and vi, for example). end source_dl = http://ftpmirror.gnu.org/ed/ sources = %{thisapp}.tar.lz build requires lzip end configure_options += \ CFLAGS="%{CFLAGS}" \ CPPFLAGS="%{CPPFLAGS}" \ LDFLAGS="%{LDFLAGS}" end packages package %{name} package %{name}-debuginfo template DEBUGINFO end end