easyconfigs-it4i/l/lftp/lftp-4.4.1-goolf-1.4.10.eb
2017-03-09 11:57:40 +01:00

40 lines
1.1 KiB
Plaintext

##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <fotis@cern.ch>
# License:: MIT/GPL
# $Id$
#
# This work implements a part of the HPCBIOS project and is a component of the policy:
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-90.html
##
easyblock = 'ConfigureMake'
name = 'lftp'
version = '4.4.1'
homepage = 'http://lftp.yar.ru'
description = """LFTP is a sophisticated ftp/http client, and a file transfer program supporting
a number of network protocols. Like BASH, it has job control and uses the readline library for
input. It has bookmarks, a built-in mirror command, and can transfer several files in parallel.
It was designed with reliability in mind."""
toolchain = {'name': 'goolf', 'version': '1.4.10'}
# fi. http://ftp.yar.ru/pub/source/lftp/lftp-4.4.1.tar.bz2
sources = [SOURCE_TAR_BZ2]
source_urls = [
'http://ftp.yar.ru/pub/source/lftp/',
'http://ftp.yar.ru/pub/source/lftp/old/',
]
dependencies = [('gnutls', '3.1.8')]
sanity_check_paths = {
'files': ['bin/lftp'],
'dirs': []
}
moduleclass = 'tools'