atool 0.38.0
This commit is contained in:
parent
488298a435
commit
0b9e2ed34d
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Atool < Formula
|
||||
url 'http://savannah.nongnu.org/download/atool/atool-0.37.0.tar.gz'
|
||||
url 'http://savannah.nongnu.org/download/atool/atool-0.38.0.tar.gz'
|
||||
homepage 'http://www.nongnu.org/atool/'
|
||||
md5 '2607e9b19518af4145be8a6bed454477'
|
||||
md5 'bf05a07f7b35415d146b2e21edc1ebbf'
|
||||
|
||||
depends_on "gnu-sed"
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
# OS X sed doesn't work; use GNU sed
|
||||
inreplace 'Makefile', 'sed -r', '#{HOMEBREW_PREFIX}/bin/gsed'
|
||||
system "make install"
|
||||
|
|
Loading…
Reference in a new issue