summaryrefslogtreecommitdiff
path: root/package/gzip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/gzip/Makefile')
-rw-r--r--package/gzip/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/gzip/Makefile b/package/gzip/Makefile
index 2408989e9..0a4c40c42 100644
--- a/package/gzip/Makefile
+++ b/package/gzip/Makefile
@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= gzip
PKG_VERSION:= 1.6
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_HASH:= 37dfed1a485d53212c43b3fa2a7c7952f09bf5cd86e37121c222341ee1b27847
PKG_DESCR:= compression utility
PKG_SECTION:= app/archive
@@ -17,6 +17,8 @@ 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