]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - patch/patch.nm
Merge branch 'dhcp'
[people/ms/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.7
8 release = 1
9
10 groups = 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 = ftp://ftp.gnu.org/gnu/patch/
24 sources = %{thisapp}.tar.xz
25
26 build
27 requires
28 attr-devel
29 ed
30 libselinux-devel
31 pkg-config
32 end
33
34 CFLAGS += -D_GNU_SOURCE
35
36 test
37 make check
38 end
39 end
40
41 packages
42 package %{name}
43 groups += Build
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end