lftp.paketlendi

This commit is contained in:
milisarge 2017-03-12 20:26:33 +02:00
parent 3e03ada1b3
commit 86bf19ce92
1 changed files with 11 additions and 8 deletions

View File

@ -1,16 +1,19 @@
# Description: lftp is a sophisticated ftp/http client. # Description: lftp is a sophisticated ftp/http client.
# URL: lftp is a sophisticated ftp/http client. # URL: lftp is a sophisticated ftp/http client.
# Packager: alienus at nutyx dot org, tnut at nutyx dot org # Packager: milisarge
# Depends on: gnutls libidn
name=lftp name=lftp
version=4.6.4 version=4.7.7
release=1 release=1
source=(http://lftp.yar.ru/ftp/$name-$version.tar.xz) source=(http://lftp.yar.ru/ftp/$name-$version.tar.xz)
build() { build() {
cd $name-$version cd $name-$version
./configure --prefix=/usr \ ./configure --prefix=/usr \
--with-openssl \ --with-gnutls \
--disable-static --without-openssl \
make --without-included-regex \
make DESTDIR=$PKG install --disable-static
make
make DESTDIR=$PKG install
} }