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