system/xautomation: Updated for version 1.09 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2014-06-11 06:34:12 +07:00 committed by Willy Sudiarto Raharjo
parent 5a2faa5093
commit 005b0c005d
2 changed files with 13 additions and 11 deletions

View file

@ -3,9 +3,10 @@
# Slackware build script for xautomation.
# Written by V'yacheslav Stetskevych
# Modified by B. Watson
PRGNAM=xautomation
VERSION=${VERSION:-1.08}
VERSION=${VERSION:-1.09}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,15 +65,16 @@ LDFLAGS="-lX11" \
--build=$ARCH-slackware-linux
make
make install-strip DESTDIR=$PKG
# 20140610 bkw: install-strip only installs xte, not the other binaries!
# regular make install is OK, strip them afterwards.
make install DESTDIR=$PKG
strip $PKG/usr/bin/*
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS COPYING INSTALL README \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,10 +1,10 @@
PRGNAM="xautomation"
VERSION="1.08"
VERSION="1.09"
HOMEPAGE="http://hoopajoo.net/projects/xautomation.html"
DOWNLOAD="http://hoopajoo.net/static/projects/xautomation-1.08.tar.gz"
MD5SUM="3e1b25fa4e50b862f78c6cef26431bf3"
DOWNLOAD="http://hoopajoo.net/static/projects/xautomation-1.09.tar.gz"
MD5SUM="16b973fdb525feed876471225bba30ed"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="V'yacheslav Stetskevych"
EMAIL="slava18@gmail.com"
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"