summaryrefslogtreecommitdiff
path: root/lftp/lftp_2.6.11.oe
blob: ce4ccc86822f88cda70083a0e346853a78b521c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DEPENDS = "virtual/libc readline"
RDEPENDS = "libc6 readline"
DESCRIPTION = "lftp is a sophisticated command line based file \
transfer program. Supported protocols include FTP, HTTP, \
and FISH."

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

EXTRA_OECONF = "--disable-largefile --disable-rpath --disable-nls"


inherit autotools