Make auctex use TeX requirement.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
02050f1251
commit
883007efe3
1 changed files with 1 additions and 18 deletions
|
@ -1,29 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class TexInstalled < Requirement
|
||||
def message; <<-EOS.undent
|
||||
A TeX/LaTeX installation is required to install.
|
||||
You can obtain the TeX distribution for Mac OS X from:
|
||||
http://www.tug.org/mactex/
|
||||
EOS
|
||||
end
|
||||
def satisfied?
|
||||
which 'latex'
|
||||
end
|
||||
def fatal?
|
||||
true
|
||||
end
|
||||
end
|
||||
|
||||
class Auctex < Formula
|
||||
homepage 'http://ftp.gnu.org/pub/gnu/auctex'
|
||||
url 'http://ftpmirror.gnu.org/auctex/auctex-11.87.tar.gz'
|
||||
mirror 'http://ftp.gnu.org/gnu/auctex/auctex-11.87.tar.gz'
|
||||
sha1 '0be92c7d8f89d57346fe07f05a1a045ffd11cd71'
|
||||
|
||||
env :userpaths
|
||||
|
||||
depends_on TexInstalled.new
|
||||
depends_on :tex
|
||||
|
||||
def options
|
||||
[['--with-emacs=</full/path/to/emacs>', "Force a different emacs"]]
|
||||
|
|
Loading…
Reference in a new issue