]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - findutils/findutils.nm
Merge remote-tracking branch 'stevee/xen-dev86'
[people/ms/ipfire-3.x.git] / findutils / findutils.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = findutils
7 version = 4.5.10
8 release = 2
9
10 groups = System/Tools
11 url = http://www.gnu.org/software/findutils/
12 license = GPLv3+
13 summary = The GNU versions of find utilities (find and xargs).
14
15 description
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).
22 end
23
24 source_dl =
25
26 build
27 requires
28 libselinux-devel
29 end
30
31 configure_options += \
32 --libexecdir=/usr/lib/findutils \
33 --localstatedir=/var/lib/locate
34
35 test
36 make check
37 end
38
39 install_cmds
40 mkdir -pv %{BUILDROOT}/bin
41 mv -v %{BUILDROOT}/usr/bin/find %{BUILDROOT}/bin
42
43 sed -i -e 's/find:=${BINDIR}/find:=\/bin/' %{BUILDROOT}/usr/bin/updatedb
44 end
45 end
46
47 packages
48 package %{name}
49 groups += Base Build
50 end
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
55 end