From 1186103ea171d744424bb9ff45b3c15fe3d9380d Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sat, 2 Nov 2019 23:00:09 -0500 Subject: [PATCH] lftp: adopt package --- srcpkgs/lftp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/lftp/template b/srcpkgs/lftp/template index e47bacca5b0..34aa2568826 100644 --- a/srcpkgs/lftp/template +++ b/srcpkgs/lftp/template @@ -2,7 +2,6 @@ pkgname=lftp version=4.8.4 revision=4 -lib32disabled=yes 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 @@ -11,9 +10,10 @@ 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="Orphaned " +maintainer="Nathan Owens " 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"