Skip to content

Commit

Permalink
wrangler upgrade and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joewilliams authored and mxcl committed Dec 19, 2009
1 parent 9bb3c13 commit 9cd389d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Library/Formula/wrangler.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
require 'formula'

class Wrangler <Formula
@url='http://www.cs.kent.ac.uk/projects/forse/wrangler/wrangler-0.8/wrangler-0.8.1.tar.gz'
@url='http://www.cs.kent.ac.uk/projects/forse/wrangler/wrangler-0.8/wrangler-0.8.4.tar.gz'
@homepage='http://www.cs.kent.ac.uk/projects/forse/'
@md5='0ddc9308eb82382d11d0a6df486050b5'
@md5='84466a243b91ea7467296a945fb644fe'

depends_on 'erlang'

def install
ENV.deparallelize
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make"
system "make install"
Expand Down

0 comments on commit 9cd389d

Please sign in to comment.