]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - ed/ed.nm
ed: Update to 1.12
[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.12
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
30 configure_options += \
31 CFLAGS="%{CFLAGS}" \
32 CPPFLAGS="%{CPPFLAGS}" \
33 LDFLAGS="%{LDFLAGS}"
34 end
35
36 packages
37 package %{name}
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
42 end