Add tnef 1.4.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
e9af305a62
commit
f4af990749
1 changed files with 12 additions and 0 deletions
12
Formula/tnef.rb
Normal file
12
Formula/tnef.rb
Normal 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
|
Loading…
Reference in a new issue