mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/latrace: Updated for version 0.5.11.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
05fbc896bf
commit
d1b64bb033
3 changed files with 10 additions and 13 deletions
|
@ -11,5 +11,5 @@ config() {
|
|||
# Otherwise, we leave the .new copy for the admin to consider...
|
||||
}
|
||||
|
||||
config etc/latrace.conf.new
|
||||
config etc/latrace.d/latrace.conf.new
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# Updated by Peter Wang <novalazy@gmail.com>
|
||||
|
||||
PRGNAM=latrace
|
||||
VERSION=${VERSION:-0.5.9}
|
||||
VERSION=${VERSION:-0.5.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -72,17 +72,14 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
make
|
||||
make install ROOTDIR=$PKG
|
||||
|
||||
# Let's not clobber the main config file, but the ones in /etc/latrace.d/
|
||||
# should be okay to clobber, we *think* :)
|
||||
mv $PKG/etc/latrace.conf $PKG/etc/latrace.conf.new
|
||||
# Let's not clobber the main config file, but the headers in
|
||||
# /etc/latrace.d/headers should be okay to clobber.
|
||||
mv $PKG/etc/latrace.d/latrace.conf $PKG/etc/latrace.d/latrace.conf.new
|
||||
|
||||
find $PKG -type f | xargs file | grep -e "executable" -e "shared object" \
|
||||
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
( cd $PKG/usr/man || exit 1
|
||||
find . -type f -exec gzip -9 {} \;
|
||||
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
)
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING README TODO ChangeLog ReleaseNotes $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="latrace"
|
||||
VERSION="0.5.9"
|
||||
VERSION="0.5.11"
|
||||
HOMEPAGE="http://people.redhat.com/jolsa/latrace/"
|
||||
DOWNLOAD="http://people.redhat.com/jolsa/latrace/dl/latrace-0.5.9.tar.bz2"
|
||||
MD5SUM="f7925cdaf83d7a795d2084ec204e5740"
|
||||
DOWNLOAD="http://people.redhat.com/jolsa/latrace/dl/latrace-0.5.11.tar.bz2"
|
||||
MD5SUM="138457c7b9eaf3246eddb7856702cddf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Peter Wang"
|
||||
EMAIL="novalazy@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue