system/xjobs: Updated for version 20110724.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Erik Hanson 2011-07-26 21:30:17 -05:00 committed by Niels Horn
parent 12b8a5464c
commit 6b50698c41
3 changed files with 13 additions and 15 deletions

View file

@ -13,7 +13,7 @@ xjobs: parallel. xjobs is most useful on multiprocessor machines when
xjobs: one needs to execute several time consuming commands that could
xjobs: possibly be run in parallel. It works similar to xargs.
xjobs:
xjobs:
xjobs:
xjobs: http://www.maier-komor.de/xjobs.html
xjobs:
xjobs:
xjobs:

View file

@ -1,8 +1,8 @@
#!/bin/sh
#
# Slackware build script for xjobs
#
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xjobs
VERSION=20100915
VERSION=20110724
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -66,11 +66,9 @@ CFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux
make
make install DESTDIR=$PKG
# Cleanup on Isle 3
strip --strip-unneeded $PKG/usr/bin/xjobs
gzip -9 $PKG/usr/man/man1/xjobs.1
install -Ds xjobs $PKG/usr/bin/xjobs
install -d $PKG/usr/man/man1
gzip -9c xjobs.1 > $PKG/usr/man/man1/xjobs.1.gz
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/install
cp -a COPYING ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,10 +1,10 @@
PRGNAM="xjobs"
VERSION="20100915"
VERSION="20110724"
HOMEPAGE="http://www.maier-komor.de/xjobs.html"
DOWNLOAD="http://www.maier-komor.de/xjobs/xjobs-20100915.tgz"
MD5SUM="df9310c060a4b8c467e240495ad495b8"
DOWNLOAD="http://www.maier-komor.de/xjobs/xjobs-20110724.tgz"
MD5SUM="16fa95b8bcbfdfd1698f1fec5b4e9d2c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
APPROVED="dsomero"
APPROVED="rworkman"