Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
netperf 2.6.0
Browse files Browse the repository at this point in the history
Closes #18197.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
tomburns authored and Tanner Lovelace committed Jun 7, 2013
1 parent f7bd8ac commit 31a95da
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Library/Formula/netperf.rb
@@ -0,0 +1,17 @@
require 'formula'

class Netperf < Formula
homepage 'http://netperf.org'
url 'ftp://ftp.netperf.org/netperf/netperf-2.6.0.tar.bz2'
sha1 '3e1be4e7c3f7a838c4d5c00c6d20a619b320bfef'

def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end

test do
system "#{bin}/netperf -h | cat"
end
end

0 comments on commit 31a95da

Please sign in to comment.