void-packages/srcpkgs/lftp/template
Juan RP d020e43ac9 Bump revision after openssl abi_depends update.
--HG--
extra : convert_revision : 959459dfd308499581def2c41d978adca81bda77
2010-04-09 18:29:18 +02:00

30 lines
1 KiB
Plaintext

# Template file for 'lftp'
pkgname=lftp
version=4.0.5
revision=1
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>"
checksum=5c1f94f5780ed3cb51fe00439fbfa4e8b4bd28564c3248cb21f6ee9fd794c473
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 run libgcc
Add_dependency run glibc
Add_dependency run ncurses-libs
Add_dependency run readline
Add_dependency run openssl
Add_dependency run expat
Add_dependency build ncurses-devel
Add_dependency build readline-devel
Add_dependency build openssl-devel
Add_dependency build expat-devel