Move all to deprecated folder.
This commit is contained in:
11
deprecated/firmware/buildroot/package/gzip/Config.in
Normal file
11
deprecated/firmware/buildroot/package/gzip/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_GZIP
|
||||
bool "gzip"
|
||||
depends on BR2_USE_WCHAR
|
||||
help
|
||||
Standard GNU compressor. Provides things like gzip,
|
||||
gunzip, gzcat, etc...
|
||||
|
||||
http://www.gnu.org/software/gzip/gzip.html
|
||||
|
||||
comment "gzip needs a toolchain w/ wchar"
|
||||
depends on !BR2_USE_WCHAR
|
||||
2
deprecated/firmware/buildroot/package/gzip/gzip.hash
Normal file
2
deprecated/firmware/buildroot/package/gzip/gzip.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 37dfed1a485d53212c43b3fa2a7c7952f09bf5cd86e37121c222341ee1b27847 gzip-1.6.tar.xz
|
||||
18
deprecated/firmware/buildroot/package/gzip/gzip.mk
Normal file
18
deprecated/firmware/buildroot/package/gzip/gzip.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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
|
||||
GZIP_CONF_ENV += gl_cv_func_fflush_stdin=yes
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user