]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - file/file.nm
Change file layout of the makefiles.
[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.07
8 release = 1
9
10 groups = Base Build 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 =
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
40 package %{name}-devel
41 template DEVEL
42 end
43 end