lftp.paketlendi
This commit is contained in:
parent
3e03ada1b3
commit
86bf19ce92
|
@ -1,16 +1,19 @@
|
|||
# Description: 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
|
||||
version=4.6.4
|
||||
version=4.7.7
|
||||
release=1
|
||||
|
||||
source=(http://lftp.yar.ru/ftp/$name-$version.tar.xz)
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--with-openssl \
|
||||
--disable-static
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--with-gnutls \
|
||||
--without-openssl \
|
||||
--without-included-regex \
|
||||
--disable-static
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue