diff options
| author | Adam Vandenberg | 2012-09-03 13:45:23 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-03 13:45:34 -0700 |
| commit | 2c210893b25afdcbfe707e4cde7df58ff8b72d1f (patch) | |
| tree | 06ea30578626a2665ac8dc6e5b8549282459922a /Library | |
| parent | 8234c3e1a3a5f2dbdcadb8054fb0163b26ae0615 (diff) | |
| download | homebrew-2c210893b25afdcbfe707e4cde7df58ff8b72d1f.tar.bz2 | |
sedna 3.5.161
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/sedna.rb | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/Library/Formula/sedna.rb b/Library/Formula/sedna.rb index 132a53ac5..4b9aec551 100644 --- a/Library/Formula/sedna.rb +++ b/Library/Formula/sedna.rb @@ -1,15 +1,14 @@ require 'formula' class Sedna < Formula - homepage 'http://modis.ispras.ru/sedna/index.html' - url 'http://www.modis.ispras.ru/FTPContent/sedna/current/sedna-3.4.66-src-darwin.tar.gz' - md5 '8c0006dbfb0ab89a63b4ae93e35f2213' + homepage 'http://www.sedna.org/index.html' + url 'http://www.modis.ispras.ru/FTPContent/sedna/current/sedna-3.5.161-src-darwin.tar.gz' + sha1 '8a30104b5c2027c6915bd9cfa44d72ef24b025ce' depends_on 'cmake' => :build def install - # Build needs to be created from outside the source directory. - mkdir 'build' do + mkdir 'bld' do system "cmake", "..", *std_cmake_args system "make install" end @@ -17,13 +16,13 @@ class Sedna < Formula def caveats; <<-EOS.undent If this is your first install, create a database with: - se_cdb <db name> + se_cdb <db name> Start your database manually with: - se_gov && se_sm <db name> + se_gov && se_sm <db name> And stop with: - se_stop + se_stop EOS end end |
