summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2014-06-11 01:32:08 +0200
committer Willy Sudiarto Raharjo2014-06-12 01:51:49 +0200
commit5a2faa5093631d7db4c6e66d6b0d3c81f34007bf (patch)
tree7cf6f817c01537594771ded5670d6a4e6f54c9c5
parentb061a71aa59fc0ee89fc6e6ca369b6dc5c0dbe0c (diff)
downloadslackbuilds-5a2faa5093631d7db4c6e66d6b0d3c81f34007bf.tar.gz
development/xtruss: Updated for version r10030 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/xtruss/xtruss.SlackBuild11
-rw-r--r--development/xtruss/xtruss.info10
2 files changed, 11 insertions, 10 deletions
diff --git a/development/xtruss/xtruss.SlackBuild b/development/xtruss/xtruss.SlackBuild
index e78346be35..b77932c0aa 100644
--- a/development/xtruss/xtruss.SlackBuild
+++ b/development/xtruss/xtruss.SlackBuild
@@ -3,9 +3,10 @@
# Slackware build script for xtruss.
# Written by V'yacheslav Stetskevych
+# Modified by B. Watson
PRGNAM=xtruss
-VERSION=${VERSION:-r9490}
+VERSION=${VERSION:-r10030}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -46,10 +47,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -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 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/development/xtruss/xtruss.info b/development/xtruss/xtruss.info
index 158198fa9d..480db822e4 100644
--- a/development/xtruss/xtruss.info
+++ b/development/xtruss/xtruss.info
@@ -1,10 +1,10 @@
PRGNAM="xtruss"
-VERSION="r9490"
+VERSION="r10030"
HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/xtruss/"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/xtruss-r9490.tar.gz"
-MD5SUM="e2186771d589611be0e3ae65213808ab"
+DOWNLOAD="http://www.chiark.greenend.org.uk/~sgtatham/xtruss/xtruss-r10030.tar.gz"
+MD5SUM="cc106245b109a96a77daab0e035031a8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="V'yacheslav Stetskevych"
-EMAIL="slava18@gmail.com"
+MAINTAINER="B. Watson"
+EMAIL="yalhcru@gmail.com"