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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
{
"name": "Bigloo",
"description": "Scheme implementation with object system, C, and Java interfaces",
"url": "ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo4.3e.tar.gz",
"mirror": null,
"homepage": "https://www-sop.inria.fr/indes/fp/Bigloo/",
"depends": [
{
"depend": "autoconf",
"build-depend": true
},
{
"depend": "automake",
"build-depend": true
},
{
"depend": "libtool",
"build-depend": true
},
{
"depend": "gmp",
"build-depend": false
},
{
"depend": "openssl",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"args = %W[",
"--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man1}",
"--infodir=#{info}",
"--customgc=yes",
"--os-macosx",
"--native=yes",
"--disable-alsa",
"--disable-mpg123",
"--disable-flac",
"--disable-srfi27",
"--jvm=yes",
"]",
"system \"./configure\", *args",
"cd \"libunistring\" do",
"system \"make\", \"install\""
],
"version": "4.3",
"file": "bigloo.rb"
}
|