95806a5fe1
-Bump version to 5.2.0 -Update hash file -Use xz tarball instead of bz2 to save space and bandwidth Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
494 B
Makefile
17 lines
494 B
Makefile
################################################################################
|
|
#
|
|
# xz
|
|
#
|
|
################################################################################
|
|
|
|
XZ_VERSION = 5.2.0
|
|
XZ_SOURCE = xz-$(XZ_VERSION).tar.xz
|
|
XZ_SITE = http://tukaani.org/xz
|
|
XZ_INSTALL_STAGING = YES
|
|
XZ_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
|
|
XZ_LICENSE = GPLv2+ GPLv3+ LGPLv2.1+
|
|
XZ_LICENSE_FILES = COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|