Most version 5.0.0a.
Adding S-Lang as a dependency for building.
master
Daniel Rodríguez Troitiño 2009-09-09 14:04:02 +02:00 committed by Max Howell
parent abb5511357
commit 79cb23bbf2
1 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
require 'brewkit'
class Most <Formula
@url='ftp://space.mit.edu/pub/davis/most/most-5.0.0.tar.gz'
@url='ftp://space.mit.edu/pub/davis/most/most-5.0.0a.tar.bz2'
@homepage='http://www.jedsoft.org/most/'
@md5='8352a6c5b31363f3e60e02a523d6784a'
@md5='4c42abfc8d3ace1b0e0062ea021a5917'
def deps
LibraryDep.new 's-lang'
end
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"