mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/valgrind: Updated for version 3.8.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
175325edf4
commit
445456c0f4
2 changed files with 10 additions and 5 deletions
9
development/valgrind/valgrind.SlackBuild
Normal file → Executable file
9
development/valgrind/valgrind.SlackBuild
Normal file → Executable file
|
@ -3,9 +3,10 @@
|
|||
# Slackware build script for valgrind
|
||||
# Written by Kyle Guinn <elyk03@gmail.com>
|
||||
# Updated by Peter Wang <novalazy@gmail.com>
|
||||
# Updated by Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
|
||||
PRGNAM=valgrind
|
||||
VERSION=3.7.0
|
||||
VERSION=${VERSION:-3.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -45,7 +46,11 @@ rm -rf $PRGNAM-$VERSION
|
|||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
|
||||
cd $PRGNAM-$VERSION || exit 1
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
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 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="valgrind"
|
||||
VERSION="3.7.0"
|
||||
VERSION="3.8.0"
|
||||
HOMEPAGE="http://www.valgrind.org/"
|
||||
DOWNLOAD="http://www.valgrind.org/downloads/valgrind-3.7.0.tar.bz2"
|
||||
MD5SUM="a855fda56edf05614f099dca316d1775"
|
||||
DOWNLOAD="http://www.valgrind.org/downloads/valgrind-3.8.0.tar.bz2"
|
||||
MD5SUM="ec04dfd1256307432b2a7b520398c526"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue