]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - ed/ed.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / ed / ed.nm
CommitLineData
2899fde2 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
2899fde2
MT
4###############################################################################
5
802ea3af
MT
6name = ed
7version = 1.5
8release = 3
2899fde2 9
802ea3af
MT
10groups = Application/Text
11url = http://www.gnu.org/software/ed/
12license = GPLv3+
13summary = The GNU line editor.
2899fde2 14
802ea3af 15description
2899fde2
MT
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).
802ea3af
MT
20end
21
22source_dl =
2899fde2 23
802ea3af
MT
24build
25 configure_options += \
26 --exec-prefix=/
2899fde2 27
802ea3af 28 make_build_target = CFLAGS="%{CFLAGS}"
2899fde2 29
802ea3af
MT
30 install
31 # Create directory for man pages
32 mkdir -pv %{BUILDROOT}/usr/share/man/man1
2899fde2 33
802ea3af
MT
34 make install bindir=/bin mandir=/usr/share/man \
35 DESTDIR=%{BUILDROOT}
36 end
37end
2899fde2 38
802ea3af
MT
39packages
40 package %{name}
41 end
1f9bc2f0
MT
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
802ea3af 46end