# Description: Sophisticated command line based FTP client
# URL: https://lftp.yar.ru/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: expat openssl readline zlib
# Optional: libidn2

name=lftp
version=4.9.3
release=1
source=(https://lftp.yar.ru/ftp/lftp-$version.tar.xz)

build() {
	cd $name-$version

	./configure \
		--prefix=/usr \
		--disable-nls \
		--with-openssl=/usr \
		--sysconfdir=/usr/etc

	make
	make DESTDIR=$PKG install

	prt-get isinst zsh || rm -r $PKG/usr/share/zsh
	rm -r $PKG/usr/lib
}
