]> git.ipfire.org Git - ipfire-3.x.git/blame - findutils/findutils.nm
kernel: udpate to 5.2
[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
7688a412 7version = 4.6.0
14ccf678 8release = 2
166a6c21 9
7c05d633 10groups = System/Tools
802ea3af
MT
11url = http://www.gnu.org/software/findutils/
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
b93a59c4 24source_dl = http://ftp.gnu.org/pub/gnu/findutils/ ftp://alpha.gnu.org/gnu/findutils/
802ea3af
MT
25
26build
27 requires
7688a412
MT
28 autoconf
29 automake
30 gettext-devel
802ea3af 31 end
166a6c21 32
7688a412
MT
33 prepare_cmds
34 autoreconf -vfi
35 end
36
802ea3af
MT
37 configure_options += \
38 --libexecdir=/usr/lib/findutils \
39 --localstatedir=/var/lib/locate
166a6c21 40
802ea3af
MT
41 test
42 make check
43 end
802ea3af 44end
166a6c21 45
802ea3af
MT
46packages
47 package %{name}
7c05d633 48 groups += Base Build
c4f0a82e
MT
49
50 provides
51 /bin/find
52 end
53
54 conflicts
55 filesystem < 002
56 end
802ea3af 57 end
1f9bc2f0
MT
58
59 package %{name}-debuginfo
60 template DEBUGINFO
61 end
802ea3af 62end