log4c: add 1.2.4 bottle.
This commit is contained in:
parent
4c162ba1ae
commit
37d9d5c848
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@ class Log4c < Formula
|
|||
|
||||
head ":pserver:anonymous:@log4c.cvs.sourceforge.net:/cvsroot/log4c", :using => :cvs
|
||||
|
||||
bottle do
|
||||
sha256 "2334e58e3ae201b28362707d2b64701e2e1378695e915baad886956e4edea50a" => :el_capitan
|
||||
sha256 "d345d0ab182855859fb21148c708893a395ecd416ba3f05d5e2a5a3111f2bc61" => :yosemite
|
||||
sha256 "676eeaaf8bb2b112ff1e5c1586cc0302e6e5dd0253939b7533dd519095497171" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue