milis/talimatname/genel/lftp/talimat

21 lines
498 B
Text
Raw Normal View History

2017-03-30 09:51:33 +03: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 20:26:33 +02:00
# Packager: milisarge
# Depends on: gnutls libidn
2017-03-30 09:51:33 +03:00
2016-02-24 02:27:23 +02:00
name=lftp
2017-03-12 20:26:33 +02:00
version=4.7.7
2016-02-24 02:27:23 +02:00
release=1
source=(http://lftp.yar.ru/ftp/$name-$version.tar.xz)
build() {
2017-03-12 20:26:33 +02:00
cd $name-$version
./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
}