summaryrefslogtreecommitdiff
path: root/packages/nonworking/lftp/lftp_3.2.1.bb
blob: 0acc1e328dabe49593b2ede07686ef8be35f4c86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"
LICENSE = "GPL"
PR = "r0"

SRC_URI = "http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-${PV}.tar.bz2 \
	   file://pty.patch;patch=1"
S = "${WORKDIR}/lftp-${PV}"

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

inherit autotools gettext

PARALLEL_MAKE = ""

do_configure() {
	gnu-configize
	oe_runconf
}