fix rpcbind build, reported by Oliver
[openadk.git] / package / gzip / Makefile
blob2408989e9ef3fd085a1e9c46ee0d7360549713d5
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
6 PKG_NAME:= gzip
7 PKG_VERSION:= 1.6
8 PKG_RELEASE:= 1
9 PKG_HASH:= 37dfed1a485d53212c43b3fa2a7c7952f09bf5cd86e37121c222341ee1b27847
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/}
14 PKG_BB:= 1
16 include $(ADK_TOPDIR)/mk/package.mk
18 $(eval $(call PKG_template,GZIP,gzip,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
20 gzip-install:
21 $(INSTALL_DIR) $(IDIR_GZIP)/usr/bin
22 $(CP) $(WRKINST)/usr/bin/* $(IDIR_GZIP)/usr/bin
24 include ${ADK_TOPDIR}/mk/pkg-bottom.mk