summaryrefslogtreecommitdiffstats
path: root/package/xz/xz.mk
blob: 0ecd049092c3c29af63589d175883a5230fcd636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
################################################################################
#
# xz
#
################################################################################

XZ_VERSION = 5.0.5
XZ_SOURCE = xz-$(XZ_VERSION).tar.bz2
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))
OpenPOWER on IntegriCloud