diff options
Diffstat (limited to 'package/stress/Makefile')
-rw-r--r-- | package/stress/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/stress/Makefile b/package/stress/Makefile index f60c8c646..8bbd341f7 100644 --- a/package/stress/Makefile +++ b/package/stress/Makefile @@ -7,10 +7,12 @@ PKG_NAME:= stress PKG_VERSION:= 1.0.0 PKG_RELEASE:= 1 PKG_MD5SUM:= d693ff044ac7d34f8aaea202cd96f679 -PKG_DESCR:= a simple tool that imposes certain types of compute stress +PKG_DESCR:= simple tool that imposes certain types of compute stress PKG_SECTION:= utils PKG_SITES:= http://weather.ou.edu/~apw/projects/stress/ +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,STRESS,stress,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |