]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - findutils/findutils.nm
findutils: -debuginfo package should not be in Base or Build group.
[people/ms/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
MT
6name = findutils
7version = 4.5.10
7c05d633 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
166a6c21
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 \
21 names generated by the find command).
802ea3af
MT
22end
23
24source_dl =
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
166a6c21 38
802ea3af
MT
39 install_cmds
40 mkdir -pv %{BUILDROOT}/bin
41 mv -v %{BUILDROOT}/usr/bin/find %{BUILDROOT}/bin
e7a5bed3 42
802ea3af
MT
43 sed -i -e 's/find:=${BINDIR}/find:=\/bin/' %{BUILDROOT}/usr/bin/updatedb
44 end
45end
166a6c21 46
802ea3af
MT
47packages
48 package %{name}
7c05d633 49 groups += Base Build
802ea3af 50 end
1f9bc2f0
MT
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
802ea3af 55end