Updates broken LFTP formula
This commit is contained in:
parent
f287b8e194
commit
07a6399d4f
1 changed files with 4 additions and 2 deletions
|
@ -1,11 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Lftp <Formula
|
||||
url 'http://ftp.yars.free.net/pub/source/lftp/lftp-3.7.15.tar.gz'
|
||||
url 'http://ftp.yars.free.net/pub/source/lftp/lftp-4.0.5.tar.gz'
|
||||
homepage 'http://lftp.yar.ru/'
|
||||
md5 '6c43ffdb59234ff0533cfdda0c3c305c'
|
||||
md5 '73ea519c9e9cdfa47b714c5c91093a0d'
|
||||
|
||||
depends_on 'readline'
|
||||
depends_on 'pkg-config'
|
||||
depends_on 'gnutls'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
|
||||
|
|
Loading…
Reference in a new issue