The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / gzip / gzip.mk
1 ################################################################################
2 #
3 # gzip
4 #
5 ################################################################################
6
7 GZIP_VERSION = 1.6
8 GZIP_SOURCE = gzip-$(GZIP_VERSION).tar.xz
9 GZIP_SITE = $(BR2_GNU_MIRROR)/gzip
10 # Some other tools expect it to be in /bin
11 GZIP_CONF_OPTS = --exec-prefix=/
12 # Prefer full gzip over potentially lightweight/slower from busybox
13 GZIP_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
14 GZIP_LICENSE = GPLv3+
15 GZIP_LICENSE_FILES = COPYING
16
17 $(eval $(autotools-package))