Skip to content

Commit

Permalink
hfsutils 3.2.6
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
Søren Jørvang authored and adamv committed Apr 19, 2011
1 parent 7663e4f commit 3757fe8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Library/Formula/hfsutils.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
require 'formula'

class Hfsutils < Formula
url 'ftp://ftp.mars.org/pub/hfs/hfsutils-3.2.6.tar.gz'
homepage 'http://www.mars.org/home/rob/proj/hfs/'
md5 'fa572afd6da969e25c1455f728750ec4'

def install
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
bin.mkpath
man1.mkpath
system "make install"
end
end

0 comments on commit 3757fe8

Please sign in to comment.