kumquat-buildroot/package/gzip/gzip.mk

18 lines
552 B
Makefile
Raw Normal View History

################################################################################
2003-03-10 20:34:38 +01:00
#
# gzip
#
################################################################################
GZIP_VERSION = 1.6
GZIP_SOURCE = gzip-$(GZIP_VERSION).tar.xz
GZIP_SITE = $(BR2_GNU_MIRROR)/gzip
# 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)
GZIP_LICENSE = GPLv3+
GZIP_LICENSE_FILES = COPYING
2003-03-10 20:34:38 +01:00
$(eval $(autotools-package))