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
:= 71a9555d1d9ee0a4a9bca9ee14294289ee77e998a951c7071df6cc8e153d8410
10 PKG_DESCR
:= stress-ng will stress
test a computer system in various selectable ways
11 PKG_SECTION
:= sys
/utils
12 PKG_SITES
:= http
://kernel.ubuntu.com
/~cking
/tarballs
/stress-ng
/
14 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
16 PKG_CFLINE_STRESS_NG
:= depends on ADK_BROKEN
18 include ${ADK_TOPDIR}/mk
/package.mk
20 $(eval
$(call PKG_template
,STRESS_NG
,stress-ng
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
26 ${INSTALL_DIR} ${IDIR_STRESS_NG}/usr
/bin
/
27 ${INSTALL_BIN} ${WRKINST}/usr
/bin
/stress-ng
${IDIR_STRESS_NG}/usr
/bin
/
30 PATH
='$(HOST_PATH)' $(MAKE
) ${BB_MAKE_FLAGS} -C
${WRKBUILD} stress-ng
32 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk