diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 11:47:59 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 11:47:59 +0200 |
commit | 3b1b3c4547b6babf38ade2b83f277e5703ce1eb8 (patch) | |
tree | a9ef3c59c0d2fba198cbec3674e27cb6092a109a | |
parent | 0d015fd3b79114528fc2d05afae8d2fb5d954328 (diff) | |
download | slackbuilds-3b1b3c4547b6babf38ade2b83f277e5703ce1eb8.tar.gz |
system/bonnie: Removed from 12.2 repository
-rw-r--r-- | system/bonnie/README | 3 | ||||
-rw-r--r-- | system/bonnie/bonnie.SlackBuild | 55 | ||||
-rw-r--r-- | system/bonnie/bonnie.info | 8 | ||||
-rw-r--r-- | system/bonnie/slack-desc | 19 |
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: |