]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - file/file.nm
gdbm: Update to 1.12
[people/amarx/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
89476b92 7version = 5.25
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 29 configure_options += \
9db11b97
MT
30 --disable-static \
31 --enable-fsect-man5
166a6c21 32
802ea3af
MT
33 test
34 make check
35 end
36end
1c4b4911 37
802ea3af
MT
38packages
39 package %{name}
5c9fbc2b
MT
40 groups += Base Build
41 end
e7a5bed3 42
802ea3af
MT
43 package %{name}-devel
44 template DEVEL
45 end
1f9bc2f0
MT
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
802ea3af 50end