]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - findutils/findutils.nm
ntp: Install ntpd with the Base group and enable by default
[people/amarx/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
b93a59c4
MT
7version = 4.5.14
8release = 1
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
28 libselinux-devel
29 end
166a6c21 30
802ea3af
MT
31 configure_options += \
32 --libexecdir=/usr/lib/findutils \
33 --localstatedir=/var/lib/locate
166a6c21 34
802ea3af
MT
35 test
36 make check
37 end
802ea3af 38end
166a6c21 39
802ea3af
MT
40packages
41 package %{name}
7c05d633 42 groups += Base Build
c4f0a82e
MT
43
44 provides
45 /bin/find
46 end
47
48 conflicts
49 filesystem < 002
50 end
802ea3af 51 end
1f9bc2f0
MT
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
802ea3af 56end