system/irqbalance: Updated for version 1.0.6.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
LukenShiro 2013-10-26 15:12:58 -05:00 committed by Robby Workman
parent 7afa00eb09
commit 6d4a0d998b
3 changed files with 19 additions and 18 deletions

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=irqbalance
VERSION=${VERSION:-1.0.5}
VERSION=${VERSION:-1.0.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -90,7 +90,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp $DOCFILES $PKG/usr/doc/$PRGNAM-$VERSION/
cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README
cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README.SBo
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="irqbalance"
VERSION="1.0.5"
VERSION="1.0.6"
HOMEPAGE="http://code.google.com/p/irqbalance"
DOWNLOAD="https://irqbalance.googlecode.com/files/irqbalance-1.0.5.tar.gz"
MD5SUM="b6403fa067c96adce448a48c9993654d"
DOWNLOAD="https://irqbalance.googlecode.com/files/irqbalance-1.0.6.tar.gz"
MD5SUM="b73b1a5a9e1c3c428ae39024c711e41e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -1,18 +1,19 @@
# 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 ':'.
# 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 ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
irqbalance: IRQBalance (IRQ balancing daemon)
irqbalance:
irqbalance:
irqbalance: irqbalance is a Linux daemon that distributes interrupts over the
irqbalance: processors and cores you have in your computer system. The design goal
irqbalance: of irqbalance is to find a balance between power savings and optimal
irqbalance: performance. To a large degree, the work irqbalance does is invisible
irqbalance: to you; if irqbalance performs its job correctly, nobody will ever notice
irqbalance: it's there or want to turn it off.
irqbalance:
irqbalance: processors and cores you have in your computer system. The design
irqbalance: goal of irqbalance is to find a balance between power savings and
irqbalance: optimal performance. To a large degree, the work irqbalance does
irqbalance: is invisible to you; if irqbalance performs its job correctly, nobody
irqbalance: will ever notice it's there or want to turn it off.
irqbalance:
irqbalance: homepage: http://code.google.com/p/irqbalance
irqbalance:
irqbalance: