20 lines
660 B
Text
20 lines
660 B
Text
# Template file for 'lftp'
|
|
pkgname=lftp
|
|
version=4.4.14
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--with-modules --disable-rpath --without-included-regex
|
|
--with-openssl i_cv_posix_fallocate_works=yes"
|
|
hostmakedepends="automake libtool pkg-config"
|
|
makedepends="ncurses-devel readline-devel>=6.3 openssl-devel expat-devel"
|
|
conf_files="/etc/lftp.conf"
|
|
short_desc="Sophisticated FTP/HTTP client"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://lftp.yar.ru/"
|
|
license="GPL-3"
|
|
distfiles="http://lftp.yar.ru/ftp/lftp-${version}.tar.xz"
|
|
checksum=61ceaefbd476061e728e2b1294c27866402237d1d6539ed9ca98769dba3c9189
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|