]> 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.9.0
8 release = 1
9
10 groups = System/Tools
11 url = https://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 = https://ftp.gnu.org/gnu/findutils/
25 sources = %{thisapp}.tar.xz
26
27 build
28 requires
29 gettext-devel
30 end
31
32 configure_options += \
33 --libexecdir=/usr/lib/findutils \
34 --localstatedir=/var/lib/locate
35
36 test
37 make check || :
38 end
39 end
40
41 packages
42 package %{name}
43 provides
44 /bin/find
45 end
46
47 conflicts
48 filesystem < 002
49 end
50 end
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
55 end