system/irqbalance: Updated for version 1.0.7.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
LukenShiro 2014-10-19 09:30:05 +07:00 committed by Willy Sudiarto Raharjo
parent 9a827692d1
commit 8045068075
2 changed files with 14 additions and 12 deletions

View file

@ -2,8 +2,8 @@
# Slackware build script for irqbalance
# Written in 2006 by Yalla-One <yallaone@gmail.com>
# Heavily modified (2013) by LukenShiro, Italy
# Copyright 2006 by Yalla-One <yallaone@gmail.com>
# Copyright 2013-2014 by LukenShiro, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=irqbalance
VERSION=${VERSION:-1.0.6}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.0.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -42,6 +42,7 @@ PKG=${TMP}/package-${PRGNAM}
OUTPUT=${OUTPUT:-/tmp}
DOCFILES="AUTHORS COPYING"
SRCVER=v$VERSION
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
@ -63,15 +64,16 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$SRCVER.tar.gz
cd $PRGNAM-$VERSION
chown -R root.root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
sh ./autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -1,8 +1,8 @@
PRGNAM="irqbalance"
VERSION="1.0.6"
HOMEPAGE="http://code.google.com/p/irqbalance"
DOWNLOAD="http://pkgs.fedoraproject.org/repo/pkgs/irqbalance/irqbalance-1.0.6.tar.gz/b73b1a5a9e1c3c428ae39024c711e41e/irqbalance-1.0.6.tar.gz"
MD5SUM="b73b1a5a9e1c3c428ae39024c711e41e"
VERSION="1.0.7"
HOMEPAGE="https://github.com/Irqbalance/irqbalance"
DOWNLOAD="https://github.com/Irqbalance/irqbalance/archive/v1.0.7.tar.gz"
MD5SUM="2a7090abab6bba15d632c24f5554e7ae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""