gflags 1.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
374f694bff
commit
951f14472c
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Gflags < Formula
|
||||
url 'http://google-gflags.googlecode.com/files/gflags-1.3.tar.gz'
|
||||
url 'http://google-gflags.googlecode.com/files/gflags-1.5.tar.gz'
|
||||
homepage 'http://code.google.com/p/google-gflags/'
|
||||
md5 '6da3d3b9cd82c222b521ae686b6cfa8b'
|
||||
sha1 'afefecb4230c0adb7e59e1fdd890a6c14c571f5b'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue