]> git.ipfire.org Git - ipfire-3.x.git/blame - file/file.nm
json-c: Update to version 0.17-20230812
[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
0db04b31 7version = 5.43
fb0b5f5a 8release = 1.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
0db04b31
MT
26 bzip2-devel
27 libseccomp-devel
28 lz4-devel
29 xz-devel
802ea3af 30 zlib-devel
0db04b31 31 zstd-devel
802ea3af 32 end
166a6c21 33
802ea3af 34 configure_options += \
9db11b97
MT
35 --disable-static \
36 --enable-fsect-man5
166a6c21 37
0db04b31
MT
38 export LD_LIBRARY_PATH = %{DIR_APP}/src/.libs
39
802ea3af
MT
40 test
41 make check
42 end
43end
1c4b4911 44
802ea3af
MT
45packages
46 package %{name}
e7a5bed3 47
802ea3af
MT
48 package %{name}-devel
49 template DEVEL
50 end
1f9bc2f0
MT
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
802ea3af 55end