From 4c82bfc1adccc95d1833599c0dd22488969c7796 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 22 Feb 2011 00:41:31 +0100 Subject: [PATCH] lzma: remove package 'lzma' Signed-off-by: Stephan Raue --- packages/toolchain/archivers/lzma/meta | 36 -------------------------- 1 file changed, 36 deletions(-) delete mode 100644 packages/toolchain/archivers/lzma/meta diff --git a/packages/toolchain/archivers/lzma/meta b/packages/toolchain/archivers/lzma/meta deleted file mode 100644 index 0a6976ed17..0000000000 --- a/packages/toolchain/archivers/lzma/meta +++ /dev/null @@ -1,36 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -PKG_NAME="lzma" -PKG_VERSION="907" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="GPL" -PKG_SITE="http://www.7-zip.org/sdk.html" -PKG_URL="$OPENELEC_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2" -PKG_DEPENDS="" -PKG_BUILD_DEPENDS="ccache" -PKG_PRIORITY="optional" -PKG_SECTION="toolchain/archivers" -PKG_SHORTDESC="lzma: A file compression utility using the LZMA algorithm" -PKG_LONGDESC="LZMA utils in a nutshell. Average compression ratio of LZMA is about 30% better than that of gzip, and 15% better than that of bzip2. Decompression speed is only little slower than that of gzip, being two to five times faster than bzip2. In fast mode, compresses faster than bzip2 with a comparable compression ratio. However achieving the best compression ratios takes four to even twelve times longer than with bzip2. However, this doesn't affect decompressing speed." -PKG_IS_ADDON="no" - -PKG_AUTORECONF="no"