open-plc-utils: new package
[buildroot-gz.git] / package / gzip / gzip.mk
blob4ae2ae03daeeeacb5c4b73db1e280442907ad0f5
1 ################################################################################
3 # gzip
5 ################################################################################
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
17 $(eval $(autotools-package))