wok rev 21657

updated parallel (20181022 -> 20190522)
author Hans-G?nter Theisgen
date Fri May 31 17:07:56 2019 +0100 (2019-05-31)
parents 6c0d5218c80f
children 3737b25ea3d6
files parallel/receipt
line diff
     1.1 --- a/parallel/receipt	Fri May 31 15:41:03 2019 +0100
     1.2 +++ b/parallel/receipt	Fri May 31 17:07:56 2019 +0100
     1.3 @@ -1,22 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="parallel"
     1.7 -VERSION="20181022"
     1.8 +VERSION="20190522"
     1.9  CATEGORY="base-system"
    1.10 -SHORT_DESC="A tool for executing jobs in parallel using one or more computers"
    1.11 +TAGS="sync"
    1.12 +SHORT_DESC="A tool for executing jobs in parallel using one or more computers."
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="GPL3"
    1.15 +WEB_SITE="https://www.gnu.org/software/parallel/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="https://www.gnu.org/software/parallel/"
    1.19  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.20 -TAGS="sync"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25  	sed -i 's,|| true,2> /dev/null &,' src/Makefile*
    1.26 -	./configure --prefix=/usr \
    1.27 -		--mandir=/usr/share/man \
    1.28 +
    1.29 +	./configure			\
    1.30 +		--prefix=/usr		\
    1.31 +		--mandir=/usr/share/man	\
    1.32  	$CONFIGURE_ARGS &&
    1.33  	make &&
    1.34  	make DESTDIR=$DESTDIR install