summaryrefslogtreecommitdiff
path: root/lftp/lftp_2.6.11.oe
blob: f6c7b5a90193efc9d1c91d0f041ff0bfd978f44d (plain)
1
2
3
4
5
6
7
8
9
10
DEPENDS = "virtual/libc readline"
RDEPENDS = "libc6 readline"

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

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


inherit autotools