]> git.ipfire.org Git - ipfire-3.x.git/blob - gperf/gperf.nm
json-c: Update to version 0.17-20230812
[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.1
8 release = 1
9
10 groups = Development/Tools
11 url = https://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 = https://ftp.gnu.org/pub/gnu/gperf/
23
24 build
25 requires
26 gcc-c++
27 end
28
29 configure_options += --disable-static
30
31 test
32 make check
33 end
34 end
35
36 packages
37 package %{name}
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
42 end