]> git.ipfire.org Git - ipfire-3.x.git/blob - findutils/findutils.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / findutils / findutils.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = findutils
7 version = 4.6.0
8 release = 2
9
10 groups = System/Tools
11 url = http://www.gnu.org/software/findutils/
12 license = GPLv3+
13 summary = The GNU versions of find utilities (find and xargs).
14
15 description
16 The findutils package contains programs which will help you locate
17 files on your system. The find utility searches through a hierarchy
18 of directories looking for files which match a certain set of criteria
19 (such as a filename pattern). The xargs utility builds and executes
20 command lines from standard input arguments (usually lists of file
21 names generated by the find command).
22 end
23
24 source_dl = http://ftp.gnu.org/pub/gnu/findutils/ ftp://alpha.gnu.org/gnu/findutils/
25
26 build
27 requires
28 autoconf
29 automake
30 gettext-devel
31 end
32
33 prepare_cmds
34 autoreconf -vfi
35 end
36
37 configure_options += \
38 --libexecdir=/usr/lib/findutils \
39 --localstatedir=/var/lib/locate
40
41 test
42 make check
43 end
44 end
45
46 packages
47 package %{name}
48 groups += Base Build
49
50 provides
51 /bin/find
52 end
53
54 conflicts
55 filesystem < 002
56 end
57 end
58
59 package %{name}-debuginfo
60 template DEBUGINFO
61 end
62 end