summaryrefslogtreecommitdiff
path: root/homebrew/xalanc/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/xalanc/.beer')
-rw-r--r--homebrew/xalanc/.beer40
1 files changed, 40 insertions, 0 deletions
diff --git a/homebrew/xalanc/.beer b/homebrew/xalanc/.beer
new file mode 100644
index 000000000..1705c29e1
--- /dev/null
+++ b/homebrew/xalanc/.beer
@@ -0,0 +1,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"
+} \ No newline at end of file