22 lines
717 B
Text
22 lines
717 B
Text
# Template file for 'lftp'
|
|
pkgname=lftp
|
|
version=4.5.5
|
|
revision=1
|
|
lib32disabled=yes
|
|
build_style=gnu-configure
|
|
configure_args="--with-modules --disable-rpath --without-included-regex
|
|
--with-openssl --with-libidn i_cv_posix_fallocate_works=yes"
|
|
hostmakedepends="automake libtool pkg-config"
|
|
makedepends="zlib-devel ncurses-devel readline-devel>=6.3 libressl-devel
|
|
expat-devel libidn-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=a25d768aa78e0a8d0a2e89eeeae9185793d94ccd9e998a50f79ee8f9d69411d3
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|