ifstat: reformat patch note
This commit is contained in:
parent
f35e0838d1
commit
aaf3d3e9c0
1 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue