]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/lftp/lftp_3.0.1.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / lftp / lftp_3.0.1.bb
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/old/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