vmalloc: migrate to boneyard.

Closes #2194.
This commit is contained in:
Mike McQuaid 2016-06-20 13:13:27 +01:00
parent b0f418349a
commit 7dc3c0c437
2 changed files with 1 additions and 32 deletions

View file

@ -1,32 +0,0 @@
class Vmalloc < Formula
desc "Standalone aso+cdt+vmalloc library"
homepage "http://www2.research.att.com/sw/download/"
url "http://www2.research.att.com/~astopen/download/tgz/vmalloc.2013-05-31.tgz",
:user => "I accept www.opensource.org/licenses/eclipse:."
sha256 "0847d6695f502024a8f3c07a417fa370397e86a954fffec7afe32634f1c130e2"
version "2013-05-31"
def install
# Vmalloc makefile does not work in parallel mode
ENV.deparallelize
# 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 Eclipse Public License 1.0 for you.
If this is unacceptable you should uninstall.
EOS
end
end

View file

@ -263,6 +263,7 @@
"vcodex": "homebrew/boneyard",
"viewglob": "homebrew/boneyard",
"visualnetkit": "homebrew/boneyard",
"vmalloc": "homebrew/boneyard",
"vobcopy": "homebrew/boneyard",
"wdfs": "homebrew/fuse",
"whereami": "homebrew/boneyard",