ifstat: reformat patch note

master
Adam Vandenberg 2012-03-17 20:24:57 -07:00
parent f35e0838d1
commit aaf3d3e9c0
1 changed files with 5 additions and 6 deletions

View File

@ -1,18 +1,17 @@
require 'formula'
class Ifstat < Formula
url 'http://gael.roualland.free.fr/ifstat/ifstat-1.1.tar.gz'
homepage 'http://gael.roualland.free.fr/ifstat/'
url 'http://gael.roualland.free.fr/ifstat/ifstat-1.1.tar.gz'
md5 'b655642c33a626cfe976792fbcd9b6e1'
def patches
#Fixes 32/64 bit incompatibility for snow leopard
DATA
end
# Fixes 32/64 bit incompatibility for snow leopard
def patches; DATA; end
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--mandir=#{man}"
"--prefix=#{prefix}",
"--mandir=#{man}"
system "make install"
end
end