]> git.ipfire.org Git - ipfire-3.x.git/blame - findutils/findutils.nm
Add a -debuginfo for every package that is not noarch.
[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
8release = 1
166a6c21 9
802ea3af
MT
10groups = Base Build System/Tools
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}
49 end
1f9bc2f0
MT
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
802ea3af 54end