system/parallel: Updated for version 20160822.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2016-09-07 19:56:32 +02:00 committed by Willy Sudiarto Raharjo
parent 60a12f7715
commit a9715ae7ed
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 9 additions and 7 deletions

View file

@ -5,3 +5,5 @@ input is a list of files, a list of hosts, a list of users, a list of
URLs, or a list of tables. A job can also be a command that reads
from a pipe. GNU parallel can then split the input and pipe it into
commands in parallel.
This package conflicts with misc/moreutils.

View file

@ -25,13 +25,13 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=parallel
VERSION=${VERSION:-20160722}
VERSION=${VERSION:-20160822}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,8 +1,8 @@
PRGNAM="parallel"
VERSION="20160722"
VERSION="20160822"
HOMEPAGE="http://www.gnu.org/software/parallel/"
DOWNLOAD="http://ftpmirror.gnu.org/parallel/parallel-20160722.tar.bz2"
MD5SUM="7c0462c43a93e717766dbe156cf7c24d"
DOWNLOAD="http://ftpmirror.gnu.org/parallel/parallel-20160822.tar.bz2"
MD5SUM="bf61c286c4de6d29b3adcbcbb7267385"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""