Skip to content

Commit

Permalink
global 6.2.10, --HEAD
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#25944.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
arnested authored and MikeMcQuaid committed Jan 16, 2014
1 parent 60eb911 commit 43a05bc
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions Formula/global.rb
Expand Up @@ -2,9 +2,16 @@

class Global < Formula
homepage 'http://www.gnu.org/software/global/'
url 'http://ftpmirror.gnu.org/global/global-6.2.9.tar.gz'
mirror 'http://ftp.gnu.org/gnu/global/global-6.2.9.tar.gz'
sha1 '036001a99da1ed9c8b7329df11929335375945b9'
url 'http://ftpmirror.gnu.org/global/global-6.2.10.tar.gz'
mirror 'http://ftp.gnu.org/gnu/global/global-6.2.10.tar.gz'
sha1 'aeaa31fec3ab693e75f659ff526c15da7c85c0f9'
head 'cvs://:pserver:anonymous:@cvs.savannah.gnu.org:/sources/global:global'

if build.head?
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

option 'with-exuberant-ctags', 'Enable Exuberant Ctags as a plug-in parser'

Expand All @@ -14,6 +21,8 @@ class Global < Formula
end

def install
system "sh", "reconf.sh" if build.head?

args = %W[
--disable-dependency-tracking
--prefix=#{prefix}
Expand Down

0 comments on commit 43a05bc

Please sign in to comment.