New formula: flusspferd v0.9 - CommonJS platform.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Fix homepage
master
Ash Berlin 2010-02-05 00:03:58 +00:00 committed by Adam Vandenberg
parent c1bb1def15
commit b93037d3f7
1 changed files with 19 additions and 0 deletions

19
Formula/flusspferd.rb Normal file
View File

@ -0,0 +1,19 @@
require 'formula'
class Flusspferd <Formula
url 'http://flusspferd.org/downloads/flusspferd-0.9.tar.bz2'
homepage 'http://flusspferd.org/'
md5 '7688b2a939777b4b7be82898dea9b3d9'
depends_on 'cmake'
depends_on 'arabica'
depends_on 'gmp'
depends_on 'boost'
depends_on 'spidermonkey'
def install
ENV.gcc_4_2
system "cmake -H. -Bbuild #{std_cmake_parameters}"
system "make install"
end
end