summaryrefslogtreecommitdiff
path: root/packages/nonworking/lftp/lftp_3.2.1.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-02-29 15:59:47 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-02-29 15:59:47 +0000
commitd8618d0ce0ee1bf7ad72efac9cbf5626a2897698 (patch)
treefc29126a2695526378cef852bc57bf7b6d219df5 /packages/nonworking/lftp/lftp_3.2.1.bb
parent5a362b4bb805986fbb4a5e0aee08d23b62d84b05 (diff)
parent5e33f4db5f153d6b3e3cc9c75523e9ce9288e396 (diff)
merge of '7ebcf65940382b7ebea258189704cb0e4a77dc70'
and 'ae9980c1d055e682beb2fea6cfddb080c495b43b'
Diffstat (limited to 'packages/nonworking/lftp/lftp_3.2.1.bb')
-rw-r--r--packages/nonworking/lftp/lftp_3.2.1.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/packages/nonworking/lftp/lftp_3.2.1.bb b/packages/nonworking/lftp/lftp_3.2.1.bb
deleted file mode 100644
index 0acc1e328d..0000000000
--- a/packages/nonworking/lftp/lftp_3.2.1.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "lftp is a sophisticated command line based file \
-transfer program. Supported protocols include FTP, HTTP, and FISH."
-HOMEPAGE = "http://lftp.yar.ru"
-SECTION = "console/network"
-DEPENDS = "readline"
-LICENSE = "GPL"
-PR = "r0"
-
-SRC_URI = "http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-${PV}.tar.bz2 \
- file://pty.patch;patch=1"
-S = "${WORKDIR}/lftp-${PV}"
-
-EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no"
-
-inherit autotools gettext
-
-PARALLEL_MAKE = ""
-
-do_configure() {
- gnu-configize
- oe_runconf
-}
-