system/xjobs: Updated for version 20100915.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Erik Hanson 2010-09-18 11:50:19 -04:00 committed by Robby Workman
parent c1a2f669f5
commit fe011b7b52
3 changed files with 5 additions and 7 deletions

View File

@ -7,7 +7,7 @@
|-----handy-ruler---------------------------------------------------------|
xjobs: xjobs (execute jobs in parallel)
xjobs:
xjobs:
xjobs: xjobs reads job descriptions line by line and executes them in
xjobs: parallel. xjobs is most useful on multiprocessor machines when
xjobs: one needs to execute several time consuming commands that could

View File

@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xjobs
VERSION=20100311
VERSION=20100915
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi

View File

@ -1,8 +1,8 @@
PRGNAM="xjobs"
VERSION="20100311"
VERSION="20100915"
HOMEPAGE="http://www.maier-komor.de/xjobs.html"
DOWNLOAD="http://www.maier-komor.de/xjobs/xjobs-20100311.tgz"
MD5SUM="f20ce2b9df520a278db2c8482fb17009"
DOWNLOAD="http://www.maier-komor.de/xjobs/xjobs-20100915.tgz"
MD5SUM="df9310c060a4b8c467e240495ad495b8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Erik Hanson"