wok-6.x diff parallel/receipt @ rev 22407
Add knot-dns (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Dec 10 16:56:23 2019 +0100 (2019-12-10) |
parents | 21eeda2ce014 |
children | a3322c07c687 |
line diff
1.1 --- a/parallel/receipt Wed Nov 21 17:11:16 2018 +0100 1.2 +++ b/parallel/receipt Tue Dec 10 16:56:23 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