2009-10-08 22:01:13 +00:00
|
|
|
# Template file for 'lftp'
|
|
|
|
pkgname=lftp
|
2011-06-20 14:32:03 +00:00
|
|
|
version=4.3.0
|
2009-10-08 22:01:13 +00: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
|
2011-05-27 05:20:43 +00:00
|
|
|
--with-openssl"
|
2009-12-31 21:56:51 +00:00
|
|
|
short_desc="Sophisticated FTP/HTTP client"
|
2009-10-08 22:01:13 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-27 05:20:43 +00:00
|
|
|
homepage="http://lftp.yar.ru/"
|
|
|
|
license="GPL3"
|
2011-06-20 14:32:03 +00:00
|
|
|
checksum=98e45998eea7fb61003bd7cf692cbf3229def7bf924bfb6df493a553208ab3c4
|
2009-10-08 22:01:13 +00: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-08 22:02:43 +00:00
|
|
|
conf_files="/etc/lftp.conf"
|
|
|
|
|
2010-04-09 16:29:18 +00:00
|
|
|
Add_dependency run libgcc
|
2009-12-31 21:56:51 +00:00
|
|
|
Add_dependency run glibc
|
2010-04-09 16:29:18 +00:00
|
|
|
Add_dependency run ncurses-libs
|
2009-12-31 21:56:51 +00:00
|
|
|
Add_dependency run readline
|
2010-11-02 07:31:35 +00:00
|
|
|
Add_dependency run libssl
|
2009-12-31 21:56:51 +00:00
|
|
|
Add_dependency run expat
|
2010-11-02 07:31:35 +00:00
|
|
|
|
2009-12-31 21:56:51 +00:00
|
|
|
Add_dependency build ncurses-devel
|
|
|
|
Add_dependency build readline-devel
|
|
|
|
Add_dependency build openssl-devel
|
|
|
|
Add_dependency build expat-devel
|