summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/bonnie/README3
-rw-r--r--system/bonnie/bonnie.SlackBuild55
-rw-r--r--system/bonnie/bonnie.info8
-rw-r--r--system/bonnie/slack-desc19
4 files changed, 0 insertions, 85 deletions
diff --git a/system/bonnie/README b/system/bonnie/README
deleted file mode 100644
index f474497215..0000000000
--- a/system/bonnie/README
+++ /dev/null
@@ -1,3 +0,0 @@
-Bonnie is a simple but useful tool to determine the
-speed of your filesystem, your OS' caching, the underlying
-device, and your libc.
diff --git a/system/bonnie/bonnie.SlackBuild b/system/bonnie/bonnie.SlackBuild
deleted file mode 100644
index bed462f86c..0000000000
--- a/system/bonnie/bonnie.SlackBuild
+++ /dev/null
@@ -1,55 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for bonnie
-
-# Written by Vincent Batts, vbatts@batts.mine.nu
-
-PRGNAM=bonnie
-VERSION=1.4
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-fi
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
-cd $PRGNAM
-chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
-
-# Remove the forced setting of 'man' ownership to manpages
-# Slackware doesn't have a 'man' user
-sed -i 's/-o man/-o root/g' Makefile
-
-make CFLAGS="$SLKCFLAGS"
-make install MANDIR=/usr/man DESTDIR=$PKG
-strip --strip-unneeded $PKG/usr/bin/bonnie
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a Instructions README bonnie.doc $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/system/bonnie/bonnie.info b/system/bonnie/bonnie.info
deleted file mode 100644
index b2e19b30de..0000000000
--- a/system/bonnie/bonnie.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="bonnie"
-VERSION="1.4"
-HOMEPAGE="http://www.garloff.de/kurt/linux/bonnie/"
-DOWNLOAD="http://www.garloff.de/kurt/linux/bonnie/bonnie-1.4.tar.bz2"
-MD5SUM="06d5c078c3fccaea313319bd5d183141"
-MAINTAINER="Vincent Batts"
-EMAIL="vbatts@batts.mine.nu"
-APPROVED="rworkman"
diff --git a/system/bonnie/slack-desc b/system/bonnie/slack-desc
deleted file mode 100644
index 04e0cd800e..0000000000
--- a/system/bonnie/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-bonnie: bonnie (a system benchmarking tool)
-bonnie:
-bonnie: Bonnie is a simple but useful tool to determine the
-bonnie: speed of your filesystem, your OS' caching, the underlying
-bonnie: device, and your libc.
-bonnie:
-bonnie: Homepage: http://www.garloff.de/kurt/linux/bonnie/
-bonnie:
-bonnie:
-bonnie:
-bonnie: