system/xjobs: Updated for version 20100915.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
c1a2f669f5
commit
fe011b7b52
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
|-----handy-ruler---------------------------------------------------------|
|
|-----handy-ruler---------------------------------------------------------|
|
||||||
xjobs: xjobs (execute jobs in parallel)
|
xjobs: xjobs (execute jobs in parallel)
|
||||||
xjobs:
|
xjobs:
|
||||||
xjobs: xjobs reads job descriptions line by line and executes them in
|
xjobs: xjobs reads job descriptions line by line and executes them in
|
||||||
xjobs: parallel. xjobs is most useful on multiprocessor machines when
|
xjobs: parallel. xjobs is most useful on multiprocessor machines when
|
||||||
xjobs: one needs to execute several time consuming commands that could
|
xjobs: one needs to execute several time consuming commands that could
|
||||||
|
|
|
@ -23,16 +23,14 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=xjobs
|
PRGNAM=xjobs
|
||||||
VERSION=20100311
|
VERSION=20100915
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i486 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="xjobs"
|
PRGNAM="xjobs"
|
||||||
VERSION="20100311"
|
VERSION="20100915"
|
||||||
HOMEPAGE="http://www.maier-komor.de/xjobs.html"
|
HOMEPAGE="http://www.maier-komor.de/xjobs.html"
|
||||||
DOWNLOAD="http://www.maier-komor.de/xjobs/xjobs-20100311.tgz"
|
DOWNLOAD="http://www.maier-komor.de/xjobs/xjobs-20100915.tgz"
|
||||||
MD5SUM="f20ce2b9df520a278db2c8482fb17009"
|
MD5SUM="df9310c060a4b8c467e240495ad495b8"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Erik Hanson"
|
MAINTAINER="Erik Hanson"
|
||||||
|
|
Loading…
Reference in New Issue