Add a ton of missing package DESCRIPTION fields.
[vuplus_openembedded] / lftp / lftp_2.6.11.oe
1 DEPENDS = "virtual/libc readline"
2 RDEPENDS = "libc6 readline"
3 DESCRIPTION = "lftp is a sophisticated command line based file \
4 transfer program. Supported protocols include FTP, HTTP, \
5 and FISH."
6
7 SRC_URI := http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/${P}.tar.bz2 \
8            file://${FILESDIR}/pty.patch;patch=1
9
10 EXTRA_OECONF = "--disable-largefile --disable-rpath --disable-nls"
11
12
13 inherit autotools