mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/parallel: Updated for version 20100822.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
0ebdd9dabd
commit
999299ae48
2 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for parallel
|
||||
# Slackware build script for GNU Parallel
|
||||
|
||||
# Copyright 2010 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=parallel
|
||||
VERSION=20100722
|
||||
VERSION=20100822
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -50,7 +50,8 @@ chmod -R u+w,go+r-w,a-s .
|
|||
--mandir=/usr/man/ \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
make
|
||||
# Ironically no-longer builds in parallel.
|
||||
make -j1
|
||||
make install-strip DESTDIR=$PKG
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="parallel"
|
||||
VERSION="20100722"
|
||||
HOMEPAGE="https://savannah.nongnu.org/projects/parallel/"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/parallel/parallel-20100722.tar.bz2"
|
||||
MD5SUM="3a754316b99e3725a505076369771a8a"
|
||||
VERSION="20100822"
|
||||
HOMEPAGE="http://www.gnu.org/software/parallel/"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/parallel/parallel-20100822.tar.bz2"
|
||||
MD5SUM="fd442c49b852a1d08750a175c44c75ea"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue