From 2c210893b25afdcbfe707e4cde7df58ff8b72d1f Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 3 Sep 2012 13:45:23 -0700 Subject: sedna 3.5.161 --- Library/Formula/sedna.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'Library') 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 + se_cdb Start your database manually with: - se_gov && se_sm + se_gov && se_sm And stop with: - se_stop + se_stop EOS end end -- cgit v1.2.3