summaryrefslogtreecommitdiff
path: root/package/gzip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/gzip/Makefile')
-rw-r--r--package/gzip/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/package/gzip/Makefile b/package/gzip/Makefile
index 0a4c40c42..acdf9cff8 100644
--- a/package/gzip/Makefile
+++ b/package/gzip/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= gzip
-PKG_VERSION:= 1.6
-PKG_RELEASE:= 2
-PKG_HASH:= 37dfed1a485d53212c43b3fa2a7c7952f09bf5cd86e37121c222341ee1b27847
+PKG_VERSION:= 1.7
+PKG_RELEASE:= 1
+PKG_HASH:= fb31c57e7ce7703596ef57329be7cc5c5fd741b4a0f659fea7ee6a54706b41ab
PKG_DESCR:= compression utility
PKG_SECTION:= app/archive
PKG_URL:= http://www.gnu.org/software/gzip/
@@ -17,8 +17,6 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,GZIP,gzip,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-AUTOTOOL_STYLE:= autoreconf
-
gzip-install:
$(INSTALL_DIR) $(IDIR_GZIP)/usr/bin
$(CP) $(WRKINST)/usr/bin/* $(IDIR_GZIP)/usr/bin