Add tnef 1.4.7

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Morten Primdahl 2010-05-21 11:53:53 -07:00 committed by Adam Vandenberg
parent e9af305a62
commit f4af990749
1 changed files with 12 additions and 0 deletions

12
Formula/tnef.rb Normal file
View File

@ -0,0 +1,12 @@
require 'formula'
class Tnef <Formula
url 'http://downloads.sourceforge.net/project/tnef/tnef/v1.4.7/tnef-1.4.7.tar.gz'
md5 '00978a8ad8cc79a1ee605172f882ebe9'
homepage 'http://sourceforge.net/projects/tnef/'
def install
system "./configure", "--prefix=#{prefix}"
system "make install"
end
end