]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - findutils/findutils.nm
strongswan: Update to 5.3.3
[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.5.14
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 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 end
39
40 packages
41 package %{name}
42 groups += Base Build
43
44 provides
45 /bin/find
46 end
47
48 conflicts
49 filesystem < 002
50 end
51 end
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
56 end