require 'formula' class LibatomicOps < Formula homepage 'http://www.hpl.hp.com/research/linux/atomic_ops/' url 'http://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-7.2d.tar.gz' sha1 'ed5bb963648bdfb87fc815a9037114654d164907' def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make" system "make", "check" system "make", "install" end end le id='header'> cgit logo index : homebrew
:beer: The missing package manager for OS X.
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/log4cpp.rb
blob: 21e3688e2fe2cbe1d5733f7d77943fde8c5255b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18