]> git.ipfire.org Git - ipfire-3.x.git/blame_incremental - patch/patch.nm
git: Update to 2.23.0
[ipfire-3.x.git] / patch / patch.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = patch
7version = 2.7.5
8release = 1
9
10groups = Development/Tools
11url = http://www.gnu.org/software/patch/patch.html
12license = GPLv2+
13summary = Utility for modifying/upgrading files.
14
15description
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.
21end
22
23source_dl = ftp://ftp.gnu.org/gnu/patch/
24sources = %{thisapp}.tar.xz
25
26build
27 requires
28 attr-devel
29 ed
30 pkg-config
31 end
32
33 CFLAGS += -D_GNU_SOURCE
34
35 test
36 make check
37 end
38end
39
40packages
41 package %{name}
42 groups += Build
43 end
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
48end