summaryrefslogtreecommitdiff
path: root/community/stress
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/stress
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/stress')
-rw-r--r--community/stress/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/stress/PKGBUILD b/community/stress/PKGBUILD
deleted file mode 100644
index 2f320e0ab..000000000
--- a/community/stress/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 64677 2012-02-17 18:26:44Z bluewind $
-# Contributor: Corrado Primier <bardo@aur.archlinux.org>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
-
-pkgname=stress
-pkgver=1.0.4
-pkgrel=3
-pkgdesc="A tool that stress tests your system (CPU, memory, I/O, disks)"
-arch=('i686' 'x86_64')
-url="http://weather.ou.edu/~apw/projects/stress/"
-license=('GPL')
-options=('!emptydirs')
-source=(http://weather.ou.edu/~apw/projects/stress/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a607afa695a511765b40993a64c6e2f4')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --mandir=/usr/share/man
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
-}