summaryrefslogtreecommitdiff
path: root/homebrew/xalanc/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/xalanc/.make.sh-auto')
-rw-r--r--homebrew/xalanc/.make.sh-auto10
1 files changed, 10 insertions, 0 deletions
diff --git a/homebrew/xalanc/.make.sh-auto b/homebrew/xalanc/.make.sh-auto
new file mode 100644
index 000000000..e84b25d5a
--- /dev/null
+++ b/homebrew/xalanc/.make.sh-auto
@@ -0,0 +1,10 @@
+pkg:setup
+ENV.cxx11
+ENV.deparallelize
+ENV["XALANCROOT"] = "#{buildpath}/c"
+ENV["XALAN_LOCALE_SYSTEM"] = "inmem"
+ENV["XALAN_LOCALE"] = "en_US"
+cd "c"
+pkg:configure --disable-dependency-tracking --disable-silent-rules
+make DESTDIR=${PKG_DEST} install
+rm Dir["#{lib}/*.dylib.*"]