From d3400feaf8666ef9bfb32e58f6f0fbf25c9a66e0 Mon Sep 17 00:00:00 2001 From: ptrv Date: Sun, 14 Jul 2013 12:46:08 +0200 Subject: auctex: add HEAD Closes #21202. Signed-off-by: Jack Nagel --- Library/Formula/auctex.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/auctex.rb b/Library/Formula/auctex.rb index 29f0dfba8..2fd8ec0a1 100644 --- a/Library/Formula/auctex.rb +++ b/Library/Formula/auctex.rb @@ -6,8 +6,12 @@ class Auctex < Formula mirror 'http://ftp.gnu.org/gnu/auctex/auctex-11.87.tar.gz' sha1 '0be92c7d8f89d57346fe07f05a1a045ffd11cd71' + head 'git://git.savannah.gnu.org/auctex.git' + depends_on :tex + depends_on :autoconf if build.head? + def options [['--with-emacs=', "Force a different emacs"]] end @@ -27,6 +31,8 @@ class Auctex < Formula brew_texmf = share + 'texmf' brew_texmf.mkpath + system "./autogen.sh" if build.head? + system "./configure", "--prefix=#{prefix}", "--with-texmf-dir=#{brew_texmf}", "--with-emacs=#{which_emacs}", -- cgit v1.2.3