python3: update to 3.11.10
[openadk.git] / package / cpio / Makefile
blobe1f03e8fa5039f7e50fe6c0f08d30069a6c8e2d4
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:= cpio
7 PKG_VERSION:= 2.15
8 PKG_RELEASE:= 1
9 PKG_HASH:= efa50ef983137eefc0a02fdb51509d624b5e3295c980aa127ceee4183455499e
10 PKG_DESCR:= archive utility
11 PKG_SECTION:= app/archive
12 PKG_URL:= http://www.gnu.org/software/cpio/
13 PKG_SITES:= ${MASTER_SITE_GNU:=cpio/}
14 PKG_BB:= 1
16 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
18 include ${ADK_TOPDIR}/mk/host.mk
19 include ${ADK_TOPDIR}/mk/package.mk
21 $(eval $(call HOST_template,CPIO,cpio,${PKG_VERSION}-${PKG_RELEASE}))
22 $(eval $(call PKG_template,CPIO,cpio,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
24 cpio-install:
25 ${INSTALL_DIR} ${IDIR_CPIO}/usr/bin
26 ${CP} ${WRKINST}/usr/bin/cpio ${IDIR_CPIO}/usr/bin
28 include ${ADK_TOPDIR}/mk/host-bottom.mk
29 include ${ADK_TOPDIR}/mk/pkg-bottom.mk