]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - findutils/findutils.nm
libpwquality: Update to 1.3.0
[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
7688a412 7version = 4.6.0
b93a59c4 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
7688a412
MT
28 autoconf
29 automake
30 gettext-devel
802ea3af
MT
31 libselinux-devel
32 end
166a6c21 33
7688a412
MT
34 prepare_cmds
35 autoreconf -vfi
36 end
37
802ea3af
MT
38 configure_options += \
39 --libexecdir=/usr/lib/findutils \
40 --localstatedir=/var/lib/locate
166a6c21 41
802ea3af
MT
42 test
43 make check
44 end
802ea3af 45end
166a6c21 46
802ea3af
MT
47packages
48 package %{name}
7c05d633 49 groups += Base Build
c4f0a82e
MT
50
51 provides
52 /bin/find
53 end
54
55 conflicts
56 filesystem < 002
57 end
802ea3af 58 end
1f9bc2f0
MT
59
60 package %{name}-debuginfo
61 template DEBUGINFO
62 end
802ea3af 63end