mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
lzma: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
14
packages/toolchain/archivers/lzma/meta
Normal file
14
packages/toolchain/archivers/lzma/meta
Normal file
@@ -0,0 +1,14 @@
|
||||
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="http://sources.openelec.tv/svn/$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"
|
||||
@@ -1 +0,0 @@
|
||||
http://sources.openelec.tv/svn/lzma-907.tar.bz2
|
||||
Reference in New Issue
Block a user