8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
309 B
Makefile
13 lines
309 B
Makefile
################################################################################
|
|
#
|
|
# gzip
|
|
#
|
|
################################################################################
|
|
|
|
GZIP_VERSION = 1.5
|
|
GZIP_SITE = $(BR2_GNU_MIRROR)/gzip
|
|
GZIP_LICENSE = GPLv3+
|
|
GZIP_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|