homebrew-core/Formula/stp.rb
Markus Groß 20e38bfdb3 Updated stp to rev 1134
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-09 08:09:46 -08:00

11 lines
314 B
Ruby

require 'formula'
class Stp < Formula
head 'http://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp', :revision => '1134'
homepage 'http://sites.google.com/site/stpfastprover/'
def install
system "./scripts/configure", "--with-prefix=#{prefix}"
system "make install"
end
end