]> git.ipfire.org Git - ipfire-3.x.git/blob - gperf/gperf.nm
kernel: Update to 5.3.7
[ipfire-3.x.git] / gperf / gperf.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = gperf
7 version = 3.0.4
8 release = 0
9
10 groups = Development/Tools
11 url = http://www.gnu.org/software/gperf/
12 license = GPLv2+
13 summary = A perfect hash function generator.
14
15 description
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.
20 end
21
22 source_dl =
23
24 build
25 requires
26 gcc-c++
27 end
28
29 configure_options += --disable-static
30 end
31
32 packages
33 package %{name}
34 end
35
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
39 end