2017-10-27 21:46:27 +03:00
|
|
|
|
# Tanım: LFTP, ağ protokollerini (ftp, http, ftp, ftp, torrent) destekleyen komut satırı arayüzü ile sofistike bir dosya aktarım programıdır.
|
2017-03-30 09:51:33 +03:00
|
|
|
|
# URL: http://lftp.tech/
|
2017-10-27 21:46:27 +03:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
|
# Gerekler: gnutls libidn
|
2017-03-30 09:51:33 +03:00
|
|
|
|
|
2017-10-28 15:10:23 +03:00
|
|
|
|
isim=lftp
|
|
|
|
|
|
surum=4.7.7
|
|
|
|
|
|
devir=1
|
2016-02-24 02:27:23 +02:00
|
|
|
|
|
2017-10-28 15:10:23 +03:00
|
|
|
|
kaynak=(http://lftp.yar.ru/ftp/$isim-$surum.tar.xz)
|
2017-10-28 00:59:41 +03:00
|
|
|
|
derle() {
|
2017-10-28 15:10:23 +03:00
|
|
|
|
cd $isim-$surum
|
2017-03-12 20:26:33 +02:00
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
|
--with-gnutls \
|
|
|
|
|
|
--without-openssl \
|
|
|
|
|
|
--without-included-regex \
|
|
|
|
|
|
--disable-static
|
|
|
|
|
|
make
|
|
|
|
|
|
make DESTDIR=$PKG install
|
2016-02-24 02:27:23 +02:00
|
|
|
|
}
|