]>
Commit | Line | Data |
---|---|---|
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 |
6 | name = gperf |
7 | version = 3.0.4 | |
8 | release = 0 | |
914e4ae3 | 9 | |
802ea3af MT |
10 | groups = Development/Tools |
11 | url = http://www.gnu.org/software/gperf/ | |
12 | license = GPLv2+ | |
13 | summary = A perfect hash function generator. | |
914e4ae3 | 14 | |
802ea3af | 15 | description |
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 |
20 | end |
21 | ||
22 | source_dl = | |
23 | ||
24 | build | |
25 | requires | |
26 | gcc-c++ | |
27 | end | |
914e4ae3 | 28 | |
802ea3af MT |
29 | configure_options += --disable-static |
30 | end | |
914e4ae3 | 31 | |
802ea3af MT |
32 | packages |
33 | package %{name} | |
34 | end | |
1f9bc2f0 MT |
35 | |
36 | package %{name}-debuginfo | |
37 | template DEBUGINFO | |
38 | end | |
802ea3af | 39 | end |