mu 0.9.9.6

Closes Homebrew/homebrew#30797.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jason Terk 2014-07-10 10:20:53 -07:00 committed by Jack Nagel
parent a39ca67872
commit 46043dd119

View file

@ -13,19 +13,18 @@ end
class Mu < Formula
homepage 'http://www.djcbsoftware.nl/code/mu/'
url 'https://mu0.googlecode.com/files/mu-0.9.9.5.tar.gz'
sha1 '825e3096e0763a12b8fdf77bd41625ee15ed09eb'
url 'https://github.com/djcb/mu/archive/v0.9.9.6.tar.gz'
sha1 '45feb511fecf8b306c87a42f3a84858ac442642c'
head do
url 'https://github.com/djcb/mu.git'
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'libtool' => :build
end
option 'with-emacs', 'Build with emacs support'
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'libtool' => :build
depends_on 'pkg-config' => :build
depends_on 'gettext'
depends_on 'glib'
@ -45,7 +44,7 @@ class Mu < Formula
# https://github.com/Homebrew/homebrew/issues/25524
ENV.delete 'MACOSX_DEPLOYMENT_TARGET'
system 'autoreconf', '-ivf' if build.head?
system 'autoreconf', '-ivf'
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--with-gui=none"