void-packages/srcpkgs/lftp/template

22 lines
850 B
Text
Raw Normal View History

# Template file for 'lftp'
pkgname=lftp
2012-04-02 16:10:20 +00:00
version=4.3.6
2011-10-22 07:57:24 +00:00
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
2011-05-27 05:20:43 +00:00
--with-openssl"
makedepends="ncurses-devel readline-devel openssl-devel expat-devel"
short_desc="Sophisticated FTP/HTTP client"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-05-27 05:20:43 +00:00
homepage="http://lftp.yar.ru/"
2011-07-06 22:49:18 +00:00
license="GPL-3"
2012-04-02 16:10:20 +00:00
checksum=89821cf38428f01ce20d646654bd4352a9a037664f7068f2aa82cf1984e45473
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"