]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - patch/patch.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / patch / patch.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = patch
7 version = 2.6.1
8 release = 1
9
10 groups = Build Development/Tools
11 url = http://www.gnu.org/software/patch/patch.html
12 license = GPLv2+
13 summary = Utility for modifying/upgrading files.
14
15 description
16 The patch program applies diff files to originals. The diff \
17 command is used to compare an original to a changed file.\
18 Diff lists the changes made to the file. A person who has \
19 the original file can then use the patch command with the \
20 diff file to add the changes to their original file.
21 end
22
23 source_dl =
24
25 build
26 requires
27 ed
28 libselinux-devel
29 pkg-config
30 end
31
32 CFLAGS += -D_GNU_SOURCE
33
34 test
35 make check
36 end
37
38 install
39 make install prefix=%{BUILDROOT}/usr
40 end
41 end
42
43 packages
44 package %{name}
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end