diff options
author | Vincent Batts <vbatts@batts.mine.nu> | 2010-05-11 20:01:53 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:01:53 +0200 |
commit | 907b86c64e56315292702d319a62e871d05b3575 (patch) | |
tree | eefd66352af3470df5af98ede753cc02e4037f38 /system/bonnie | |
parent | 39c47d5972c9ffc01e21fca218d4078e469245b2 (diff) | |
download | slackbuilds-907b86c64e56315292702d319a62e871d05b3575.tar.gz |
system/bonnie: Added to 12.0 repository
Diffstat (limited to 'system/bonnie')
-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, 85 insertions, 0 deletions
diff --git a/system/bonnie/README b/system/bonnie/README new file mode 100644 index 0000000000..f474497215 --- /dev/null +++ b/system/bonnie/README @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000000..bed462f86c --- /dev/null +++ b/system/bonnie/bonnie.SlackBuild @@ -0,0 +1,55 @@ +#!/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 new file mode 100644 index 0000000000..b2e19b30de --- /dev/null +++ b/system/bonnie/bonnie.info @@ -0,0 +1,8 @@ +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 new file mode 100644 index 0000000000..04e0cd800e --- /dev/null +++ b/system/bonnie/slack-desc @@ -0,0 +1,19 @@ +# 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: |