]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/nonworking/lftp/lftp_3.2.1.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / nonworking / lftp / lftp_3.2.1.bb
1 DESCRIPTION = "lftp is a sophisticated command line based file \
2 transfer program. Supported protocols include FTP, HTTP, and FISH."
3 HOMEPAGE = "http://lftp.yar.ru"
4 SECTION = "console/network"
5 DEPENDS = "readline"
6 LICENSE = "GPL"
7 PR = "r0"
8
9 SRC_URI = "http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-${PV}.tar.bz2 \
10            file://pty.patch;patch=1"
11 S = "${WORKDIR}/lftp-${PV}"
12
13 EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no"
14
15 inherit autotools gettext
16
17 PARALLEL_MAKE = ""
18
19 do_configure() {
20         gnu-configize
21         oe_runconf
22 }
23