From 2c8b3f93e9e81eae36d172204941f96e6642664f Mon Sep 17 00:00:00 2001 From: madlep Date: Tue, 20 Apr 2010 23:45:51 +1000 Subject: [PATCH] Added svdlibc formula SVDLIBC libary from http://tedlab.mit.edu/~dr/SVDLIBC/ Signed-off-by: Adam Vandenberg --- Formula/svdlibc.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Formula/svdlibc.rb diff --git a/Formula/svdlibc.rb b/Formula/svdlibc.rb new file mode 100644 index 00000000000..a9340d6c4f6 --- /dev/null +++ b/Formula/svdlibc.rb @@ -0,0 +1,15 @@ +require 'formula' + +class Svdlibc