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
|
{
"name": "XalanC",
"description": "XSLT processor",
"url": "https://www.apache.org/dyn/closer.cgi?path=xalan/xalan-c/sources/xalan_c-1.11-src.tar.gz",
"mirror": null,
"homepage": "https://xalan.apache.org/xalan-c/",
"depends": [
{
"depend": "xerces-c",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [
{
"url": "https://raw.githubusercontent.com/Homebrew/formula-patches/master/xalan-c/xerces-char16.patch",
"strip": "1"
},
{
"url": "https://raw.githubusercontent.com/Homebrew/formula-patches/master/xalan-c/locator-system-id.patch",
"strip": "1"
}
],
"install": [
"ENV.cxx11",
"ENV.deparallelize ",
"ENV[\"XALANCROOT\"] = \"#{buildpath}/c\"",
"ENV[\"XALAN_LOCALE_SYSTEM\"] = \"inmem\"",
"ENV[\"XALAN_LOCALE\"] = \"en_US\"",
"cd \"c\" do",
"system \"./configure\", \"--disable-dependency-tracking\",",
"\"--disable-silent-rules\",",
"\"--prefix=#{prefix}\"",
"system \"make\", \"install\"",
"rm Dir[\"#{lib}/*.dylib.*\"]"
],
"version": "1.11",
"file": "xalan-c.rb"
}
|