]> git.ipfire.org Git - ipfire-3.x.git/blame - file/file.nm
kernel: Fix compiled-in version number
[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
8d8665e6 8release = 2
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
8d8665e6
MT
29 export LD_LIBRARY_PATH = %{DIR_APP}/src/.libs
30
802ea3af 31 configure_options += \
9db11b97
MT
32 --disable-static \
33 --enable-fsect-man5
166a6c21 34
802ea3af
MT
35 test
36 make check
37 end
38end
1c4b4911 39
802ea3af
MT
40packages
41 package %{name}
5c9fbc2b
MT
42 groups += Base Build
43 end
e7a5bed3 44
802ea3af
MT
45 package %{name}-devel
46 template DEVEL
47 end
1f9bc2f0
MT
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
802ea3af 52end