void-packages/srcpkgs/lftp/template
2019-11-02 21:28:59 -07:00

19 lines
775 B
Bash

# Template file for 'lftp'
pkgname=lftp
version=4.8.4
revision=4
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 gettext-devel"
makedepends="zlib-devel ncurses-devel readline-devel libressl-devel
expat-devel libidn-devel"
short_desc="Sophisticated FTP/HTTP client"
maintainer="Nathan Owens <ndowens04@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://lftp.yar.ru/"
distfiles="http://lftp.yar.ru/ftp/lftp-${version}.tar.xz"
checksum=4ebc271e9e5cea84a683375a0f7e91086e5dac90c5d51bb3f169f75386107a62
lib32disabled=yes
conf_files="/etc/lftp.conf"