]> git.ipfire.org Git - ipfire-3.x.git/blob - file/file.nm
strace: Update to version 6.6
[ipfire-3.x.git] / file / file.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = file
7 version = 5.43
8 release = 1.1
9
10 groups = System/Tools
11 url = http://www.darwinsys.com/file/
12 license = BSD
13 summary = A utility for determining file types.
14
15 description
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
19 different graphics formats.
20 end
21
22 source_dl = ftp://ftp.astron.com/pub/file/
23
24 build
25 requires
26 bzip2-devel
27 libseccomp-devel
28 lz4-devel
29 xz-devel
30 zlib-devel
31 zstd-devel
32 end
33
34 configure_options += \
35 --disable-static \
36 --enable-fsect-man5
37
38 export LD_LIBRARY_PATH = %{DIR_APP}/src/.libs
39
40 test
41 make check
42 end
43 end
44
45 packages
46 package %{name}
47
48 package %{name}-devel
49 template DEVEL
50 end
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
55 end