summaryrefslogtreecommitdiff
path: root/packages/app-arch/lrzip/lrzip.exlib
blob: 974b643c55c4f96bc8539e68bbf2f688b8c08328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Distributed under the terms of the GNU General Public License v2
# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru>

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
)