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
:= 057e4fc2a7706411e1014bf172e4f94b63a12f18412378fca8684ca92408825b
10 PKG_DESCR
:= simple tool that imposes certain types of compute stress
11 PKG_SECTION
:= sys
/utils
12 PKG_SITES
:= http
://people.seas.harvard.edu
/~apw
/stress
/
14 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
16 include ${ADK_TOPDIR}/mk
/package.mk
18 $(eval
$(call PKG_template
,STRESS
,stress
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
20 CONFIGURE_ARGS
+= --disable-static
23 ${INSTALL_DIR} ${IDIR_STRESS}/usr
/bin
/
24 ${INSTALL_BIN} ${WRKINST}/usr
/bin
/stress
${IDIR_STRESS}/usr
/bin
/
26 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk