aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-flow.rb
diff options
context:
space:
mode:
authorBrewTestBot2015-03-10 10:29:47 +0000
committerMike McQuaid2015-03-10 10:45:17 +0000
commit84539f22591cdb1a52dd5724c5efb58b2f05e105 (patch)
treefe8780436e45ad026226ea77ce10a37cf8de9290 /Library/Formula/git-flow.rb
parentec95939f264cff109b0ce8ee7a8e4bed7f0c8573 (diff)
downloadhomebrew-84539f22591cdb1a52dd5724c5efb58b2f05e105.tar.bz2
mpck: add 0.19 bottle.
Diffstat (limited to 'Library/Formula/git-flow.rb')
0 files changed, 0 insertions, 0 deletions
n class="c1"># override Vmalloc makefile flags inreplace Dir['src/**/Makefile'] do |s| s.change_make_var! "CC", ENV.cc s.change_make_var! "CXFLAGS", ENV.cflags s.change_make_var! "CCMODE", "" end # make all Vmalloc stuff system "/bin/sh ./Runmake" # install manually # put all includes into a directory of their own (include + "vmalloc").install Dir['include/*.h'] lib.install Dir['lib/*.a'] man.install 'man/man3' end def caveats; <<-EOS.undent We agreed to the OSI Common Public License Version 1.0 for you. If this is unacceptable you should uninstall. EOS end end