]> git.ipfire.org Git - ipfire-3.x.git/blob - file/file.nm
glibc: Compile with -O2
[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.25
8 release = 2
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 zlib-devel
27 end
28
29 export LD_LIBRARY_PATH = %{DIR_APP}/src/.libs
30
31 configure_options += \
32 --disable-static \
33 --enable-fsect-man5
34
35 test
36 make check
37 end
38 end
39
40 packages
41 package %{name}
42 groups += Base Build
43 end
44
45 package %{name}-devel
46 template DEVEL
47 end
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52 end