]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - gperf/gperf.nm
libpng: Update to 1.6.10.
[people/ms/ipfire-3.x.git] / gperf / gperf.nm
CommitLineData
914e4ae3 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
914e4ae3
MT
4###############################################################################
5
802ea3af
MT
6name = gperf
7version = 3.0.4
8release = 0
914e4ae3 9
802ea3af
MT
10groups = Development/Tools
11url = http://www.gnu.org/software/gperf/
12license = GPLv2+
13summary = A perfect hash function generator.
914e4ae3 14
802ea3af 15description
914e4ae3
MT
16 Gperf is a perfect hash function generator written in C++. Simply \
17 stated, a perfect hash function is a hash function and a data \
18 structure that allows recognition of a key word in a set of words \
19 using exactly one probe into the data structure.
802ea3af
MT
20end
21
22source_dl =
23
24build
25 requires
26 gcc-c++
27 end
914e4ae3 28
802ea3af
MT
29 configure_options += --disable-static
30end
914e4ae3 31
802ea3af
MT
32packages
33 package %{name}
34 end
1f9bc2f0
MT
35
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
802ea3af 39end