From c59d5a58b794fad82bdb4c51fc84d834e8a85c9c Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 5 Jun 2019 22:59:42 +0300 Subject: lrzip added --- packages/app-arch/lrzip/lrzip.exlib | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packages/app-arch/lrzip/lrzip.exlib (limited to 'packages/app-arch/lrzip/lrzip.exlib') diff --git a/packages/app-arch/lrzip/lrzip.exlib b/packages/app-arch/lrzip/lrzip.exlib new file mode 100644 index 0000000..974b643 --- /dev/null +++ b/packages/app-arch/lrzip/lrzip.exlib @@ -0,0 +1,22 @@ +# Distributed under the terms of the GNU General Public License v2 +# Copyright 2019 Gluzskiy Alexandr + +require github [ user=ckolivas tag=v${PV} ] +require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 1.13 1.12 1.11 ] ] + +SLOT="0" +DESCRIPTION="" +MYOPTIONS="" +SUMMARY="Long Range ZIP or LZMA RZIP" +DESCRIPTION="A compression utility that excels at compressing large files (usually > 10-50 MB). Larger files and/or more free RAM means that the utility will be able to more effectively compress your files (ie: faster / smaller size), especially if the filesize(s) exceed 100 MB. You can either choose to optimise for speed (fast compression / decompression) or size, but not both." + +DEPENDENCIES=" + build+run: + app-arch/tar +" + +DEFAULT_SRC_CONFIGURE_PARAMS=( + --enable-asm +) + + -- cgit v1.2.3