summaryrefslogtreecommitdiff
path: root/packages/lftp/lftp_3.5.1.bb
blob: 21654188b3cf7aaa8551f7772b4574fa507df246 (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"

SRC_URI = "http://www.ibiblio.org/pub/Linux/system/network/file-transfer/lftp-3.5.1.tar.gz"

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

inherit autotools gettext