2017-10-27 20:46:27 +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.
|
2017-03-30 08:51:33 +02:00
|
|
|
|
# URL: http://lftp.tech/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: gnutls libidn
|
2017-03-30 08:51:33 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=lftp
|
|
|
|
|
surum=4.7.7
|
|
|
|
|
devir=1
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(http://lftp.yar.ru/ftp/$isim-$surum.tar.xz)
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2017-03-12 19:26:33 +01:00
|
|
|
|
./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
|
|
|
|
}
|