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_DESCR
:= openadk toolbox for very small systems
10 PKG_SECTION
:= base
/apps
14 include ${ADK_TOPDIR}/mk
/package.mk
16 $(eval
$(call PKG_template
,TOOLBOX
,toolbox
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
21 $(INSTALL_DIR
) $(IDIR_TOOLBOX
)/bin
22 $(CP
) $(WRKINST
)/bin
/* $(IDIR_TOOLBOX
)/bin
24 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk