vcodex: migrate to boneyard.

master
Mike McQuaid 2016-06-20 13:13:20 +01:00
parent 4ab132cdf5
commit b0f418349a
2 changed files with 1 additions and 27 deletions

View File

@ -1,27 +0,0 @@
class Vcodex < Formula
desc "Standalone vczip command and vcodex library"
homepage "http://www2.research.att.com/~astopen/download/ref/vcodex/vcodex.html"
url "http://www2.research.att.com/~astopen/download/tgz/vcodex.2013-05-31.tgz",
:user => "I accept www.opensource.org/licenses/eclipse:."
sha256 "3d690a5596d4b1a3f1f99a3511fd8cc9d65fc2b63ce0178a8d23677e72c2f83d"
version "2013-05-31"
def install
# Vcodex makefiles do not work in parallel mode
ENV.deparallelize
# make all Vcodex stuff
system "/bin/sh ./Runmake"
# install manually
bin.install Dir["bin/vc*"]
# put all includes into a directory of their own
(include + "vcodex").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

@ -260,6 +260,7 @@
"urweb": "homebrew/boneyard",
"ushare": "homebrew/boneyard",
"validns": "homebrew/boneyard",
"vcodex": "homebrew/boneyard",
"viewglob": "homebrew/boneyard",
"visualnetkit": "homebrew/boneyard",
"vobcopy": "homebrew/boneyard",