aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDavid Höppner2010-02-13 19:12:22 +0100
committerDavid Höppner2010-02-13 19:12:22 +0100
commitfdb11296c8f94a88347f87010ea936727af1045c (patch)
treeac17cd2dc87a2258e17335ad86f997545b1eeabd /Library
parent23ee0021753d36a7291d53ef37aad3cc67d0e70b (diff)
downloadhomebrew-fdb11296c8f94a88347f87010ea936727af1045c.tar.bz2
New formula log4shib
Log4shib is a forked version of log4cpp that has been created for the Shibboleth project to ensure a conistent, working snapshot that builds reliably on the necessary platforms.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/log4shib.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/log4shib.rb b/Library/Formula/log4shib.rb
new file mode 100644
index 000000000..6d9c19d85
--- /dev/null
+++ b/Library/Formula/log4shib.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Log4shib <Formula
+ url 'http://shibboleth.internet2.edu/downloads/log4shib/1.0.4/log4shib-1.0.4.tar.gz'
+ homepage 'https://spaces.internet2.edu/display/OpenSAML/log4shib'
+ md5 '7dcec788b0b73923dde9756869edc011'
+
+ def install
+ system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "make install"
+ end
+end