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 }