swi-prolog: Add HEAD build

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Michael Dippery 2010-11-12 17:56:09 -05:00 committed by Adam Vandenberg
parent 78ab96a6b4
commit 808c21904a

View file

@ -2,6 +2,7 @@ require 'formula'
class SwiProlog <Formula
url 'http://www.swi-prolog.org/download/stable/src/pl-5.10.2.tar.gz'
head 'git://www.swi-prolog.org/home/pl/git/pl.git'
homepage 'http://www.swi-prolog.org/'
md5 '7973bcfd3854ae0cb647cc62f2faabcf'
@ -49,6 +50,10 @@ class SwiProlog <Formula
# Build the packages unless --lite option specified
args << "--with-world" unless ARGV.include? "--lite"
# './prepare' prompts the user to build documentation
# (which requires other modules). '3' is the option
# to ignore documentation.
system "echo '3' | ./prepare" if ARGV.build_head?
system "./configure", *args
system "make"
system "make install"