lftp.paketlendi

This commit is contained in:
milisarge 2017-03-12 20:26:33 +02:00
parent 3e03ada1b3
commit 86bf19ce92
1 changed files with 11 additions and 8 deletions

View File

@ -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
}