mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/parallel: Updated for version 20110122.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
a44e0d0358
commit
9b5f8c2d09
2 changed files with 6 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for GNU Parallel
|
||||
|
||||
# Copyright 2010 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2010-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=parallel
|
||||
VERSION=20101202
|
||||
VERSION=20110122
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -50,9 +50,7 @@ chmod -R u+w,go+r-w,a-s .
|
|||
--mandir=/usr/man/ \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
# Ironically no-longer builds in parallel.
|
||||
# HAHAHA :D --rworkman
|
||||
make -j1
|
||||
make
|
||||
make install-strip DESTDIR=$PKG
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="parallel"
|
||||
VERSION="20101202"
|
||||
VERSION="20110122"
|
||||
HOMEPAGE="http://www.gnu.org/software/parallel/"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/parallel/parallel-20101202.tar.bz2"
|
||||
MD5SUM="66d5c7825a05a1c641555868c9de955a"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/parallel/parallel-20110122.tar.bz2"
|
||||
MD5SUM="0e8d839e71c96f6aa653ebe6ebae02ff"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue