fio 2.1.11
Closes Homebrew/homebrew#30916. Closes Homebrew/homebrew#30943.
This commit is contained in:
parent
fc4d5adc10
commit
9c877f2894
1 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,16 @@
|
|||
require 'formula'
|
||||
require "formula"
|
||||
|
||||
class Fio < Formula
|
||||
homepage 'http://freecode.com/projects/fio'
|
||||
url 'http://brick.kernel.dk/snaps/fio-2.0.15.tar.bz2'
|
||||
sha1 '3b672f19ef37d0f4d733dc78820a5e4a735b9a7f'
|
||||
homepage "http://freecode.com/projects/fio"
|
||||
url "http://brick.kernel.dk/snaps/fio-2.1.11.tar.bz2"
|
||||
sha1 "3a9e82477f29155fab531cb9d527469fef85042b"
|
||||
|
||||
def install
|
||||
system "./configure"
|
||||
# fio's CFLAGS passes vital stuff around, and crushing it will break the build
|
||||
system "make", "prefix=#{prefix}",
|
||||
"mandir=#{man}",
|
||||
"sharedir=#{share}",
|
||||
"CC=#{ENV.cc}",
|
||||
"V=true", # get normal verbose output from fio's makefile
|
||||
"install"
|
||||
|
|
Loading…
Reference in a new issue