1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
{
"name": "Libghthash",
"description": "Generic hash table for C++",
"url": "https://web.archive.org/web/20170824230514/www.bth.se/people/ska/sim_home/filer/libghthash-0.6.2.tar.gz",
"mirror": "https://pkg.freebsd.org/ports-distfiles/libghthash-0.6.2.tar.gz",
"homepage": "https://web.archive.org/web/20170824230514/www.bth.se/people/ska/sim_home/libghthash.html",
"depends": [
{
"depend": "autoconf",
"build-depend": true
},
{
"depend": "automake",
"build-depend": true
},
{
"depend": "libtool",
"build-depend": true
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"autoreconf\", \"-ivf\"",
"system \"./configure\", \"--disable-dependency-tracking\",",
"\"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "0.6.2",
"file": "libghthash.rb"
}
|