development/xtruss: Updated for version r10030 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b061a71aa5
commit
5a2faa5093
|
@ -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" \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue