summaryrefslogtreecommitdiffstats
path: root/package/xz/xz.mk
blob: a34434ea97f14070687c3c70f39382d36951db18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#############################################################
#
# xz-utils
#
#############################################################
XZ_VERSION = 5.0.3
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'

$(eval $(call AUTOTARGETS))
$(eval $(host-autotools-package))