2011-10-13 17:08:19 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Mpio < Formula
|
|
|
|
url 'https://github.com/downloads/frsyuki/mpio/mpio-0.3.7.tar.gz'
|
|
|
|
homepage 'https://github.com/frsyuki/mpio'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '2c75a7ad0d0e00e9463f768fa4b579626bf65096'
|
2011-10-13 17:08:19 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|