19 lines
771 B
Bash
19 lines
771 B
Bash
# Template file for 'lftp'
|
|
pkgname=lftp
|
|
version=4.9.2
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--with-modules --disable-rpath --without-included-regex
|
|
--with-openssl i_cv_posix_fallocate_works=yes --with-zlib=${XBPS_CROSS_BASE}/usr
|
|
--with-readline=${XBPS_CROSS_BASE}/usr gl_cv_func_signbit=yes"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="zlib-devel ncurses-devel readline-devel openssl-devel
|
|
expat-devel libidn-devel gettext-devel"
|
|
short_desc="Sophisticated FTP/HTTP client"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://lftp.yar.ru/"
|
|
distfiles="http://lftp.yar.ru/ftp/lftp-${version}.tar.xz"
|
|
checksum=c517c4f4f9c39bd415d7313088a2b1e313b2d386867fe40b7692b83a20f0670d
|
|
lib32disabled=yes
|
|
conf_files="/etc/lftp.conf"
|