system/xautomation: Updated for version 1.08.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2013-11-10 09:09:22 +07:00 committed by Robby Workman
parent 09fd93dcb2
commit b809ae0d59
2 changed files with 9 additions and 9 deletions

View file

@ -5,8 +5,8 @@
# Written by V'yacheslav Stetskevych
PRGNAM=xautomation
VERSION=${VERSION:-1.03}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.08}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -45,11 +45,11 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
find -L . \
\( -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 {} \;
\( -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" \
@ -71,7 +71,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS COPYING INSTALL NEWS README \
AUTHORS COPYING INSTALL README \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="xautomation"
VERSION="1.03"
VERSION="1.08"
HOMEPAGE="http://hoopajoo.net/projects/xautomation.html"
DOWNLOAD="http://hoopajoo.net/static/projects/xautomation-1.03.tar.gz"
MD5SUM="91030079b0ecf96195dd21bcec635cb6"
DOWNLOAD="http://hoopajoo.net/static/projects/xautomation-1.08.tar.gz"
MD5SUM="3e1b25fa4e50b862f78c6cef26431bf3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""