Jack Nagel 2014-07-19 09:41:55 -05:00
parent fc4d5adc10
commit 9c877f2894
1 changed files with 5 additions and 4 deletions

View File

@ -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"