require 'formula' class Libexif < Formula url 'http://downloads.sourceforge.net/project/libexif/libexif/0.6.20/libexif-0.6.20.tar.bz2' homepage 'http://libexif.sourceforge.net/' md5 '19844ce6b5d075af16f0d45de1e8a6a3' fails_with_llvm "segfault with llvm", :build => 2334 def install system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" system "make install" end end ead>
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/radare2.rb
blob: 55f9c3821d5c7e90f470d3e52bf9d26cd727b099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19