Add licenses
[openembedded.git] / lftp / lftp_3.0.11.oe
1 LICENSE = GPL
2 DESCRIPTION = "lftp is a sophisticated command line based file \
3 transfer program. Supported protocols include FTP, HTTP, \
4 and FISH."
5 HOMEPAGE = "http://lftp.yar.ru"
6 SECTION = "console/network"
7 DEPENDS = "readline"
8 PR = "r1"
9
10 SRC_URI = "http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-${PV}.tar.bz2 \
11            file://pty.patch;patch=1"
12
13 EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no"
14
15 inherit autotools gettext