]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - ed/ed.nm
f2ddbc78f608306039651f4f9d1c1fe3a53f70be
[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 = 3
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 configure_options += \
26 --exec-prefix=/
27
28 make_build_target = CFLAGS="%{CFLAGS}"
29
30 install
31 # Create directory for man pages
32 mkdir -pv %{BUILDROOT}/usr/share/man/man1
33
34 make install bindir=/bin mandir=/usr/share/man \
35 DESTDIR=%{BUILDROOT}
36 end
37 end
38
39 packages
40 package %{name}
41 end
42 end