aboutsummaryrefslogtreecommitdiffstats
path: root/lftp/lftp_3.0.1.oe
blob: a683b467607da02b30f66f625ac68621b7df05da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "lftp is a sophisticated command line based file \
transfer program. Supported protocols include FTP, HTTP, \
and FISH."
HOMEPAGE = "http://lftp.yar.ru"
SECTION = "net"
PRIORITY = "optional"
DEPENDS = "readline"

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

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


inherit autotools