Skip to content

Commit

Permalink
xrootd 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brettkoonce committed Jun 23, 2014
1 parent 82a6949 commit f71166d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/xrootd.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
require 'formula'
require "formula"

class Xrootd < Formula
homepage 'http://xrootd.org'
url 'http://xrootd.org/download/v3.3.6/xrootd-3.3.6.tar.gz'
sha1 'be1fca000a517933c73c68e40cee6203fd2b6ad6'
homepage "http://xrootd.org"
url "http://xrootd.org/download/v4.0.0/xrootd-4.0.0.tar.gz"
sha1 "3d2a46756253075ebe05d94b1a547914d39f9b22"

depends_on 'cmake' => :build
depends_on "cmake" => :build

def install
mkdir "build" do
system "cmake", "..", *std_cmake_args
system "make install"
end
share.install prefix/'man'
share.install prefix/"man"
end

test do
Expand Down

0 comments on commit f71166d

Please sign in to comment.