]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - ed/ed.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[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.5
8 release = 4
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 =
23
24 build
25 make_build_target = CFLAGS="%{CFLAGS}"
26 end
27
28 packages
29 package %{name}
30
31 package %{name}-debuginfo
32 template DEBUGINFO
33 end
34 end