2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2003-03-10 20:34:38 +01:00
|
|
|
#
|
|
|
|
# gzip
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-06-23 03:29:59 +02:00
|
|
|
|
2013-06-12 16:14:27 +02:00
|
|
|
GZIP_VERSION = 1.6
|
2013-09-06 08:14:15 +02:00
|
|
|
GZIP_SOURCE = gzip-$(GZIP_VERSION).tar.xz
|
2012-06-23 03:29:59 +02:00
|
|
|
GZIP_SITE = $(BR2_GNU_MIRROR)/gzip
|
2015-01-06 15:42:29 +01:00
|
|
|
# Some other tools expect it to be in /bin
|
|
|
|
GZIP_CONF_OPTS = --exec-prefix=/
|
|
|
|
# Prefer full gzip over potentially lightweight/slower from busybox
|
|
|
|
GZIP_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
|
2013-01-21 12:29:45 +01:00
|
|
|
GZIP_LICENSE = GPLv3+
|
|
|
|
GZIP_LICENSE_FILES = COPYING
|
2003-03-10 20:34:38 +01:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|