aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/chcase.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/chcase.rb')
0 files changed, 0 insertions, 0 deletions
f" => :mavericks sha1 "07ace28a30f222a55adc2cd351524e5c8d8783a1" => :mountain_lion sha1 "fcc7a7f99e35235a8cee728a3165d0db4da5dd5c" => :lion end option :universal depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build def install ENV.universal_binary if build.universal? system "autoreconf", "-fvi" system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" end end