]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - findutils/findutils.nm
findutils: Update to 4.6.0
[people/amarx/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.6.0
8 release = 1
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 = http://ftp.gnu.org/pub/gnu/findutils/ ftp://alpha.gnu.org/gnu/findutils/
25
26 build
27 requires
28 autoconf
29 automake
30 gettext-devel
31 libselinux-devel
32 end
33
34 prepare_cmds
35 autoreconf -vfi
36 end
37
38 configure_options += \
39 --libexecdir=/usr/lib/findutils \
40 --localstatedir=/var/lib/locate
41
42 test
43 make check
44 end
45 end
46
47 packages
48 package %{name}
49 groups += Base Build
50
51 provides
52 /bin/find
53 end
54
55 conflicts
56 filesystem < 002
57 end
58 end
59
60 package %{name}-debuginfo
61 template DEBUGINFO
62 end
63 end