]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - file/file.nm
Merge remote-tracking branch 'stevee/pcre'
[people/ms/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.18
8 release = 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 zlib-devel
27 end
28
29 configure_options += \
30 --disable-static
31
32 test
33 make check
34 end
35 end
36
37 packages
38 package %{name}
39 groups += Base Build
40 end
41
42 package %{name}-devel
43 template DEVEL
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end