# This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. include $(ADK_TOPDIR)/rules.mk PKG_NAME:= gzip PKG_VERSION:= 1.10 PKG_RELEASE:= 1 PKG_HASH:= 8425ccac99872d544d4310305f915f5ea81e04d0f437ef1a230dc9d1c819d7c0 PKG_DESCR:= compression utility PKG_SECTION:= app/archive PKG_URL:= http://www.gnu.org/software/gzip/ PKG_SITES:= ${MASTER_SITE_GNU:=gzip/} PKG_BB:= 1 include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,GZIP,gzip,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) gzip-install: $(INSTALL_DIR) $(IDIR_GZIP)/usr/bin $(CP) $(WRKINST)/usr/bin/* $(IDIR_GZIP)/usr/bin include ${ADK_TOPDIR}/mk/pkg-bottom.mk