void-packages/srcpkgs/lftp/template

26 lines
931 B
Plaintext

# Template file for 'lftp'
pkgname=lftp
version=4.3.3
distfiles="http://ftp.yars.free.net/pub/source/lftp/lftp-$version.tar.xz"
build_style=gnu-configure
configure_args="--with-modules --disable-rpath --without-included-regex
--with-openssl"
revision=1
short_desc="Sophisticated FTP/HTTP client"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://lftp.yar.ru/"
license="GPL-3"
checksum=71b0943193e72ea7321eeb326714082cea921de5f6f6f5d43bca414933780356
long_desc="
LFTP is sophisticated ftp/http client, file transfer program supporting a
number of network protocols. Like BASH, it has job control and uses
readline library for input. It has bookmarks, built-in mirror, can transfer
several files in parallel. It was designed with reliability in mind."
conf_files="/etc/lftp.conf"
Add_dependency build ncurses-devel
Add_dependency build readline-devel
Add_dependency build openssl-devel
Add_dependency build expat-devel