diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/saga-core.rb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Library/Formula/saga-core.rb b/Library/Formula/saga-core.rb deleted file mode 100644 index 86d4a8a77..000000000 --- a/Library/Formula/saga-core.rb +++ /dev/null @@ -1,19 +0,0 @@ -require 'formula' - -class SagaCore < Formula - homepage 'http://saga-project.org' - url 'http://download.saga.cct.lsu.edu/saga-core/saga-core-1.6.tgz' - sha1 '89cc089b4feb5aae01ae5d371477d2d9a5204f1d' - - head 'https://svn.cct.lsu.edu/repos/saga/core/trunk/' - - depends_on 'boost' - depends_on :postgresql - - def install - system "./configure", "--prefix=#{prefix}", - "--with-boost=#{HOMEBREW_PREFIX}", - "--with-postgresql=#{HOMEBREW_PREFIX}" - system "make install" - end -end |
