hfsutils 3.2.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
657ded6a0c
commit
59699a021e
1 changed files with 14 additions and 0 deletions
14
Formula/hfsutils.rb
Normal file
14
Formula/hfsutils.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue