2011-02-27 10:10:43 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-04-16 18:25:57 +00:00
|
|
|
class ShaperProbe < Formula
|
2011-02-27 10:10:43 +00:00
|
|
|
homepage 'http://www.cc.gatech.edu/~partha/diffprobe/shaperprobe.html'
|
2012-07-29 22:08:32 +00:00
|
|
|
url 'http://www.cc.gatech.edu/~partha/diffprobe/shaperprobe.tgz'
|
|
|
|
sha1 '91e06ad4e1e966f15b887243c276cb12107baf0f'
|
|
|
|
version '2012.01'
|
2011-02-27 10:10:43 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make -f Makefile.osx"
|
|
|
|
bin.install "prober"
|
|
|
|
end
|
|
|
|
end
|