From 86bf19ce92422908c66c93a0517df58560a90107 Mon Sep 17 00:00:00 2001 From: milisarge Date: Sun, 12 Mar 2017 20:26:33 +0200 Subject: [PATCH] lftp.paketlendi --- talimatname/genel/lftp/talimat | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/talimatname/genel/lftp/talimat b/talimatname/genel/lftp/talimat index 9c894c792..2f0a451d6 100644 --- a/talimatname/genel/lftp/talimat +++ b/talimatname/genel/lftp/talimat @@ -1,16 +1,19 @@ # Description: lftp is a sophisticated ftp/http client. # URL: lftp is a sophisticated ftp/http client. -# Packager: alienus at nutyx dot org, tnut at nutyx dot org +# Packager: milisarge +# Depends on: gnutls libidn name=lftp -version=4.6.4 +version=4.7.7 release=1 source=(http://lftp.yar.ru/ftp/$name-$version.tar.xz) build() { -cd $name-$version -./configure --prefix=/usr \ ---with-openssl \ ---disable-static -make -make DESTDIR=$PKG install + cd $name-$version + ./configure --prefix=/usr \ + --with-gnutls \ + --without-openssl \ + --without-included-regex \ + --disable-static + make + make DESTDIR=$PKG install }