muscle 3.8.31

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Till Heistermann 2011-04-06 01:45:28 +02:00 committed by Adam Vandenberg
parent 121e4f8614
commit 4900b4143d

14
Formula/muscle.rb Normal file
View file

@ -0,0 +1,14 @@
require 'formula'
class Muscle < Formula
url 'http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_src.tar.gz'
homepage 'http://www.drive5.com/muscle/'
md5 'f767f00fd15f0c5db944d41936779e10'
version '3.8.31'
def install
Dir.chdir "src"
system "make"
bin.install "muscle"
end
end