wok-next diff coreutils/receipt @ rev 21323

lcdnurse: added build dependency wxWidgets28
author Hans-G?nter Theisgen
date Wed Dec 11 14:19:01 2019 +0100 (2019-12-11)
parents 49a10d2a7814
children 303e20b105cd
line diff
     1.1 --- a/coreutils/receipt	Fri Sep 28 15:13:36 2018 +0300
     1.2 +++ b/coreutils/receipt	Wed Dec 11 14:19:01 2019 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="8.30"
     1.5  CATEGORY="meta"
     1.6  SHORT_DESC="Utilities for using and setting the basic system"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL3"
    1.10  WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html"
    1.11  LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter05/coreutils.html"
    1.12 @@ -12,17 +12,17 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="automake autoconf gettext xz libcap-dev gmp-dev patch texinfo \
    1.17 -openssl-dev"
    1.18 +BUILD_DEPENDS="automake autoconf gettext-dev xz libcap-dev gmp-dev patch \
    1.19 +texinfo openssl-dev"
    1.20  SPLIT="\
    1.21 -coreutils-character      coreutils-command          coreutils-conditions \
    1.22 -coreutils-context-system coreutils-context-user     coreutils-context-working \
    1.23 -coreutils-directory      coreutils-disk             coreutils-file-attributes \
    1.24 -coreutils-file-format    coreutils-file-output-full coreutils-file-output-part \
    1.25 -coreutils-file-sort      coreutils-file-special     coreutils-file-summarize \
    1.26 -coreutils-line           coreutils-numeric          coreutils-operations \
    1.27 -coreutils-path           coreutils-print            coreutils-redirection \
    1.28 -coreutils-multicall:multi"
    1.29 +$PACKAGE-character      $PACKAGE-command          $PACKAGE-conditions \
    1.30 +$PACKAGE-context-system $PACKAGE-context-user     $PACKAGE-context-working \
    1.31 +$PACKAGE-directory      $PACKAGE-disk             $PACKAGE-file-attributes \
    1.32 +$PACKAGE-file-format    $PACKAGE-file-output-full $PACKAGE-file-output-part \
    1.33 +$PACKAGE-file-sort      $PACKAGE-file-special     $PACKAGE-file-summarize \
    1.34 +$PACKAGE-line           $PACKAGE-numeric          $PACKAGE-operations \
    1.35 +$PACKAGE-path           $PACKAGE-print            $PACKAGE-redirection \
    1.36 +$PACKAGE-multicall:multi"
    1.37  
    1.38  compile_rules() {
    1.39  	case $SET in
    1.40 @@ -40,7 +40,8 @@
    1.41  		--with-openssl \
    1.42  		$SET_ARGS \
    1.43  		$CONFIGURE_ARGS &&
    1.44 -	make && make install || return 1
    1.45 +	make &&
    1.46 +	make install || return 1
    1.47  
    1.48  	# LFS: Move programs to the locations specified by the FHS
    1.49  	mkdir -p \
    1.50 @@ -111,7 +112,8 @@
    1.51  		*-conditions)
    1.52  			copy false true [ expr test
    1.53  			CAT="system-tools|conditions"
    1.54 -			DEPENDS="glibc-base gmp" ;;
    1.55 +			DEPENDS="glibc-base gmp"
    1.56 +			;;
    1.57  		*-context-system)
    1.58  			copy date uname chcon hostid nproc runcon uptime
    1.59  			CAT="system-tools|system context"
    1.60 @@ -127,7 +129,8 @@
    1.61  		*-directory)
    1.62  			copy ls dir dircolors vdir
    1.63  			CAT="system-tools|list directories"
    1.64 -			DEPENDS="glibc-base libcap" ;;
    1.65 +			DEPENDS="glibc-base libcap"
    1.66 +			;;
    1.67  		*-disk)
    1.68  			copy df sync du stat truncate
    1.69  			CAT="system-tools|work with disks"
    1.70 @@ -169,11 +172,13 @@
    1.71  		*-numeric)
    1.72  			copy factor seq
    1.73  			CAT="system-tools|numeric"
    1.74 -			DEPENDS="glibc-base gmp" ;;
    1.75 +			DEPENDS="glibc-base gmp"
    1.76 +			;;
    1.77  		*-operations)
    1.78  			copy cp dd mv install rm shred
    1.79  			CAT="system-tools|perform basic operations"
    1.80 -			DEPENDS="glibc-base acl attr" ;;
    1.81 +			DEPENDS="glibc-base acl attr"
    1.82 +			;;
    1.83  		*-path)
    1.84  			copy basename dirname pathchk
    1.85  			CAT="system-tools|perform path manipulation"