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
|
{
"name": "T1utils",
"description": "Command-line tools for dealing with Type 1 fonts",
"url": "https://www.lcdf.org/type/t1utils-1.41.tar.gz",
"mirror": null,
"homepage": "https://www.lcdf.org/type/",
"depends": [
{
"depend": "autoconf",
"build-depend": true
},
{
"depend": "automake",
"build-depend": true
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./bootstrap.sh\" if build.head?",
"system \"./configure\", \"--disable-dependency-tracking\",",
"\"--disable-silent-rules\",",
"\"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "1.41",
"file": "t1utils.rb"
}
|