aterm: style update
This commit is contained in:
parent
5766033bff
commit
9bedcf8b5c
1 changed files with 2 additions and 3 deletions
|
@ -1,14 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Aterm < Formula
|
||||
url 'ftp://ftp.stratego-language.org/pub/stratego/StrategoXT/strategoxt-0.17/aterm-2.5.tar.gz'
|
||||
homepage 'http://strategoxt.org/Tools/ATermFormat'
|
||||
url 'ftp://ftp.stratego-language.org/pub/stratego/StrategoXT/strategoxt-0.17/aterm-2.5.tar.gz'
|
||||
md5 '33ddcb1a229baf406ad1f603eb1d5995'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
# The build fails mysteriously with -j4
|
||||
ENV.j1
|
||||
ENV.j1 # Parallel builds don't work
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue