diff options
| author | Ash Berlin | 2010-02-05 00:03:58 +0000 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-30 21:55:15 -0700 |
| commit | 170ef4123c9935c48c3ca28a8652147c276bf27c (patch) | |
| tree | e63e2864f0360378b56ad3485b7c6282ec7cfd17 /Library | |
| parent | fc54ab8b994fb577a9b1dba548ed4366a31f193c (diff) | |
| download | homebrew-170ef4123c9935c48c3ca28a8652147c276bf27c.tar.bz2 | |
New formula: flusspferd v0.9 - CommonJS platform.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Fix homepage
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/flusspferd.rb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Library/Formula/flusspferd.rb b/Library/Formula/flusspferd.rb new file mode 100644 index 000000000..9ce5bfb0f --- /dev/null +++ b/Library/Formula/flusspferd.rb @@ -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 |
