mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
21
package/lrzip/lrzip.mk
Normal file
21
package/lrzip/lrzip.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# lrzip
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LRZIP_VERSION = 7f3bf46203bf45ea115d8bd9f310ea219be88af4
|
||||
LRZIP_SITE = $(call github,ckolivas,lrzip,$(LRZIP_VERSION))
|
||||
LRZIP_AUTORECONF = YES
|
||||
LRZIP_LICENSE = GPL-2.0+
|
||||
LRZIP_LICENSE_FILES = COPYING
|
||||
LRZIP_DEPENDENCIES = zlib lzo bzip2
|
||||
|
||||
ifeq ($(BR2_i386)$(BR2_x86_64),y)
|
||||
LRZIP_DEPENDENCIES += host-nasm
|
||||
LRZIP_CONF_OPTS += --enable-asm
|
||||
else
|
||||
LRZIP_CONF_OPTS += --disable-asm
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user