summaryrefslogtreecommitdiff
path: root/packages/lftp/lftp_3.5.1.bb
blob: df184ae9ca281a9147df8fa9cbe24e9b16c47067 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LICENSE = "GPL"
DESCRIPTION = "lftp is a sophisticated command line based file \
transfer program. Supported protocols include FTP, HTTP, \
and FISH."
HOMEPAGE = "http://lftp.yar.ru"
SECTION = "console/network"
DEPENDS = "readline gnutls"

SRC_URI = "ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/lftp-3.5.1.tar.bz2"

EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no"

inherit autotools gettext