]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - file/file.nm
glibc: Update to 2.20
[people/ms/ipfire-3.x.git] / file / file.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 6name = file
3d60007d 7version = 5.18
2819e7fd 8release = 1
166a6c21 9
5c9fbc2b 10groups = System/Tools
802ea3af
MT
11url = http://www.darwinsys.com/file/
12license = BSD
13summary = A utility for determining file types.
166a6c21 14
802ea3af 15description
2819e7fd
SS
16 The file command is used to identify a particular file according to the
17 type of data contained by the file. File can identify many different
18 file types, including ELF binaries, system libraries, RPM packages, and
166a6c21 19 different graphics formats.
802ea3af
MT
20end
21
9d31794a 22source_dl = ftp://ftp.astron.com/pub/file/
802ea3af
MT
23
24build
25 requires
26 zlib-devel
27 end
166a6c21 28
802ea3af
MT
29 configure_options += \
30 --disable-static
166a6c21 31
802ea3af
MT
32 test
33 make check
34 end
35end
1c4b4911 36
802ea3af
MT
37packages
38 package %{name}
5c9fbc2b
MT
39 groups += Base Build
40 end
e7a5bed3 41
802ea3af
MT
42 package %{name}-devel
43 template DEVEL
44 end
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end