python3: update to 3.11.10
[openadk.git] / package / toolbox / Makefile
blobaf658336a90fff7014e716aea67edce1f2bb1a2a
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:= toolbox
7 PKG_VERSION:= 1.0
8 PKG_RELEASE:= 1
9 PKG_DESCR:= openadk toolbox for very small systems
10 PKG_SECTION:= base/apps
12 NO_DISTFILES:= 1
14 include ${ADK_TOPDIR}/mk/package.mk
16 $(eval $(call PKG_template,TOOLBOX,toolbox,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
18 CONFIG_STYLE:= manual
20 toolbox-install:
21 $(INSTALL_DIR) $(IDIR_TOOLBOX)/bin
22 $(CP) $(WRKINST)/bin/* $(IDIR_TOOLBOX)/bin
24 include ${ADK_TOPDIR}/mk/pkg-bottom.mk