#Packager: George Vlahavas pkgname=stressapptest pkgver=1.0.6 pkgrel=1gv source=("http://stressapptest.googlecode.com/files/stressapptest-${pkgver}_autoconf.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "MODULE_LICENSE_APACHE2" "notice") url=http://code.google.com/p/stressapptest/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "stressapptest (Stressful application test)" "Stressful Application Test (or stressapptest, its unix name) tries to" "maximize randomized traffic to memory from processor and I/O, with the" "intent of creating a realistic high load situation in order to test" "the existing hardware devices in a computer. It has been used at" "Google for some time and now it is available under the apache 2.0" "license." ) build() { cd $startdir/src/${pkgname}-${pkgver}_autoconf ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --docdir=/usr/doc/${pkgname}-${pkgver} \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg mkdir -p $startdir/pkg/usr/man/man1 mv $startdir/pkg/usr/doc/${pkgname}-${pkgver}/stressapptest.1 $startdir/pkg/usr/man/man1/ }