2017-03-30 08:51:33 +02:00
|
|
|
|
# Description: LFTP, ağ protokollerini (ftp, http, ftp, ftp, torrent) destekleyen komut satırı arayüzü ile sofistike bir dosya aktarım programıdır.
|
|
|
|
|
# URL: http://lftp.tech/
|
2017-03-12 19:26:33 +01:00
|
|
|
|
# Packager: milisarge
|
|
|
|
|
# Depends on: gnutls libidn
|
2017-03-30 08:51:33 +02:00
|
|
|
|
|
2016-02-24 01:27:23 +01:00
|
|
|
|
name=lftp
|
2017-03-12 19:26:33 +01:00
|
|
|
|
version=4.7.7
|
2016-02-24 01:27:23 +01:00
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=(http://lftp.yar.ru/ftp/$name-$version.tar.xz)
|
|
|
|
|
build() {
|
2017-03-12 19:26:33 +01:00
|
|
|
|
cd $name-$version
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--with-gnutls \
|
|
|
|
|
--without-openssl \
|
|
|
|
|
--without-included-regex \
|
|
|
|
|
--disable-static
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
2016-02-24 01:27:23 +01:00
|
|
|
|
}
|