2018-06-09 00:06:58 +02: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.
|
|
|
|
|
# URL: http://lftp.tech/
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: gnutls libidn
|
2018-08-03 08:47:43 +02:00
|
|
|
|
# Grup: ağ
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=lftp
|
|
|
|
|
surum=4.7.7
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=(http://lftp.yar.ru/ftp/$isim-$surum.tar.xz)
|
|
|
|
|
derle() {
|
|
|
|
|
cd $isim-$surum
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--with-gnutls \
|
|
|
|
|
--without-openssl \
|
|
|
|
|
--without-included-regex \
|
|
|
|
|
--disable-static
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|