latex2rtf 2.3.8

master
Brett Koonce 2014-07-19 17:49:32 -07:00
parent 5691057ce1
commit 23e5dc44ba
1 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
require 'formula'
require "formula"
class Latex2rtf < Formula
homepage 'http://latex2rtf.sourceforge.net/'
url 'https://downloads.sourceforge.net/project/latex2rtf/latex2rtf-unix/2.3.6/latex2rtf-2.3.6.tar.gz'
sha1 'd0436c52ec4d82f379cdbd7c8b00ddac4f015da5'
homepage "http://latex2rtf.sourceforge.net/"
url "https://downloads.sourceforge.net/project/latex2rtf/latex2rtf-unix/2.3.8/latex2rtf-2.3.8.tar.gz"
sha1 "334de546342078c7a3213cb5b554a0a900952641"
def install
inreplace 'Makefile', "cp -p doc/latex2rtf.html $(DESTDIR)$(SUPPORTDIR)", "cp -p doc/web/* $(DESTDIR)$(SUPPORTDIR)"
inreplace "Makefile", "cp -p doc/latex2rtf.html $(DESTDIR)$(SUPPORTDIR)", "cp -p doc/web/* $(DESTDIR)$(SUPPORTDIR)"
system "make", "DESTDIR=",
"BINDIR=#{bin}",
"MANDIR=#{man1}",