]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - ed/ed.nm
54aea7a24cb5a4b3c54e3a4e69221c13fa9c743e
[people/amarx/ipfire-3.x.git] / ed / ed.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = ed
7 version = 1.11
8 release = 1
9
10 groups = Application/Text
11 url = http://www.gnu.org/software/ed/
12 license = GPLv3+
13 summary = The GNU line editor.
14
15 description
16 Ed is a line-oriented text editor, used to create, display, and modify \
17 text files (both interactively and via shell scripts). For most \
18 purposes, ed has been replaced in normal usage by full-screen editors \
19 (emacs and vi, for example).
20 end
21
22 source_dl = http://ftpmirror.gnu.org/ed/
23 sources = %{thisapp}.tar.lz
24
25 build
26 requires
27 lzip
28 end
29 end
30
31 packages
32 package %{name}
33
34 package %{name}-debuginfo
35 template DEBUGINFO
36 end
37 end