]> git.ipfire.org Git - ipfire-3.x.git/blame - findutils/findutils.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / findutils / findutils.nm
CommitLineData
166a6c21 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
166a6c21
MT
4###############################################################################
5
802ea3af 6name = findutils
491eba7b
MT
7version = 4.9.0
8release = 1
166a6c21 9
7c05d633 10groups = System/Tools
491eba7b 11url = https://www.gnu.org/software/findutils/
802ea3af
MT
12license = GPLv3+
13summary = The GNU versions of find utilities (find and xargs).
166a6c21 14
802ea3af 15description
b93a59c4
MT
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
166a6c21 21 names generated by the find command).
802ea3af
MT
22end
23
491eba7b
MT
24source_dl = https://ftp.gnu.org/gnu/findutils/
25sources = %{thisapp}.tar.xz
802ea3af
MT
26
27build
28 requires
7688a412 29 gettext-devel
802ea3af 30 end
166a6c21 31
802ea3af
MT
32 configure_options += \
33 --libexecdir=/usr/lib/findutils \
34 --localstatedir=/var/lib/locate
166a6c21 35
802ea3af 36 test
491eba7b 37 make check || :
802ea3af 38 end
802ea3af 39end
166a6c21 40
802ea3af
MT
41packages
42 package %{name}
c4f0a82e
MT
43 provides
44 /bin/find
45 end
46
47 conflicts
48 filesystem < 002
49 end
802ea3af 50 end
1f9bc2f0
MT
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
802ea3af 55end