From 901ffa524e8e012d2352f4c62a1c8dbac418432a Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 27 Jul 2005 13:01:05 +0000 Subject: nonworking: remove a couple of obsolete files. please don't put files loosely here, put them into directories --- packages/nonworking/lftp/lftp_3.2.0.bb | 14 -------------- packages/nonworking/lftp/lftp_3.2.1.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 14 deletions(-) delete mode 100644 packages/nonworking/lftp/lftp_3.2.0.bb create mode 100644 packages/nonworking/lftp/lftp_3.2.1.bb (limited to 'packages/nonworking/lftp') diff --git a/packages/nonworking/lftp/lftp_3.2.0.bb b/packages/nonworking/lftp/lftp_3.2.0.bb deleted file mode 100644 index bae2cf9a9d..0000000000 --- a/packages/nonworking/lftp/lftp_3.2.0.bb +++ /dev/null @@ -1,14 +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" - -EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no" - -inherit autotools gettext diff --git a/packages/nonworking/lftp/lftp_3.2.1.bb b/packages/nonworking/lftp/lftp_3.2.1.bb new file mode 100644 index 0000000000..70fca7c361 --- /dev/null +++ b/packages/nonworking/lftp/lftp_3.2.1.bb @@ -0,0 +1,22 @@ +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" + +EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no" + +inherit autotools gettext + +PARALLEL_MAKE = "" + +do_configure() { + gnu-configize + oe_runconf +} + -- cgit v1.2.3