rtf2latex2e 2.2.2
This commit is contained in:
parent
bb89a71f2a
commit
c0f6c0ff30
1 changed files with 5 additions and 5 deletions
|
@ -2,17 +2,17 @@ require 'formula'
|
|||
|
||||
class Rtf2latex2e < Formula
|
||||
homepage 'http://rtf2latex2e.sourceforge.net/'
|
||||
url 'http://downloads.sourceforge.net/project/rtf2latex2e/rtf2latex2e-unix/2-2/rtf2latex2e-2-2-1.tar.gz'
|
||||
version '2.2.1'
|
||||
sha1 '31be29e93c7e28ae87197fd3d45dc70662f54528'
|
||||
url 'http://downloads.sourceforge.net/project/rtf2latex2e/rtf2latex2e-unix/2-2/rtf2latex2e-2-2-2.tar.gz'
|
||||
version '2.2.2'
|
||||
sha1 'e5092341b4aa01940a5279fc7f7d8804fda60dd8'
|
||||
|
||||
def install
|
||||
system "make", "install", "prefix=#{prefix}", "CC=#{ENV.cc}"
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
Configuration files have been installed in:
|
||||
#{share}/rtf2latex2e
|
||||
Configuration files have been installed to:
|
||||
#{share}/rtf2latex2e
|
||||
EOS
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue