1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
9 PKG_HASH
:= 7454eb6935db17c6655576c2e1b0fabefd38b4d0936e0f87f48cd062ce91a057
10 PKG_DESCR
:= compression utility
11 PKG_SECTION
:= app
/archive
12 PKG_URL
:= http
://www.gnu.org
/software
/gzip
/
13 PKG_SITES
:= ${MASTER_SITE_GNU
:=gzip
/}
16 include $(ADK_TOPDIR
)/mk
/package.mk
18 $(eval
$(call PKG_template
,GZIP
,gzip
,$(PKG_VERSION
)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
21 $(INSTALL_DIR
) $(IDIR_GZIP
)/usr
/bin
22 $(CP
) $(WRKINST
)/usr
/bin
/* $(IDIR_GZIP
)/usr
/bin
24 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk