2009-10-09 00:01:13 +02:00
|
|
|
# Template file for 'lftp'
|
|
|
|
pkgname=lftp
|
2009-11-24 00:31:27 +01:00
|
|
|
version=4.0.4
|
2009-10-09 00:01:13 +02:00
|
|
|
distfiles="http://ftp.yars.free.net/pub/source/lftp/lftp-$version.tar.bz2"
|
|
|
|
build_style=gnu_configure
|
|
|
|
configure_args="--with-modules --disable-rpath --without-included-regex
|
|
|
|
--with-openssl"
|
|
|
|
short_desc="Sophisticated ftp/http client"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-11-24 00:31:27 +01:00
|
|
|
checksum=07ce35fb629340d425a14decd1b25950cd40dc0a9409279b00bad0ef2f96cc76
|
2009-10-09 00:01:13 +02:00
|
|
|
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."
|
|
|
|
|
2009-10-09 00:02:43 +02:00
|
|
|
conf_files="/etc/lftp.conf"
|
|
|
|
|
2009-10-09 00:01:13 +02:00
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full readline
|
|
|
|
Add_dependency full openssl
|