Added locally computed sha256 hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
18 lines
518 B
Makefile
18 lines
518 B
Makefile
################################################################################
|
|
#
|
|
# lzo
|
|
#
|
|
################################################################################
|
|
|
|
LZO_VERSION = 2.10
|
|
LZO_SITE = http://www.oberhumer.com/opensource/lzo/download
|
|
LZO_LICENSE = GPL-2.0+
|
|
LZO_LICENSE_FILES = COPYING
|
|
LZO_INSTALL_STAGING = YES
|
|
# Ships a beta libtool version hence our patch doesn't apply.
|
|
# Run autoreconf to regenerate ltmain.sh.
|
|
LZO_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|