Skip to content

Commit

Permalink
ifstat: reformat patch note
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Mar 18, 2012
1 parent 2736b84 commit 317f0c2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Library/Formula/ifstat.rb
@@ -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
Expand Down

0 comments on commit 317f0c2

Please sign in to comment.