milis/talimatname/genel/lftp/talimat

20 lines
420 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: lftp is a sophisticated ftp/http client.
# URL: lftp is a sophisticated ftp/http client.
2017-03-12 19:26:33 +01:00
# Packager: milisarge
# Depends on: gnutls libidn
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
}