update coreutils to latest stable version
[openadk.git] / package / stress / Makefile
blob27161c55422f6400196048ee8f8fbc38d3cb44f9
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:= stress
7 PKG_VERSION:= 1.0.4
8 PKG_RELEASE:= 1
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
22 stress-install:
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