d234c2d6cf
lrzip is a compression utility that excels at compressing large files (usually > 10-50 MB) Signed-off-by: Sam Lancia <sam@gpsm.co.uk> [Thomas: license is GPL-2.0+, not GPL-2.0] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
402 B
Makefile
15 lines
402 B
Makefile
################################################################################
|
|
#
|
|
# lrzip
|
|
#
|
|
################################################################################
|
|
|
|
LRZIP_VERSION = 0.631
|
|
LRZIP_SITE = $(call github,ckolivas,lrzip,v$(LRZIP_VERSION))
|
|
LRZIP_AUTORECONF = YES
|
|
LRZIP_LICENSE = GPL-2.0+
|
|
LRZIP_LICENSE_FILES = COPYING
|
|
LRZIP_DEPENDENCIES = zlib lzo bzip2
|
|
|
|
$(eval $(autotools-package))
|