wok diff coreutils/receipt @ rev 6519

Up: coreutils to 8.5. Fixed typo in coreutils-contest-working for printenv to be in package.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Oct 02 16:11:32 2010 +0000 (2010-10-02)
parents 5924ec6bb02f
children c5ea37a36d18
line diff
     1.1 --- a/coreutils/receipt	Mon Apr 12 22:30:38 2010 +0200
     1.2 +++ b/coreutils/receipt	Sat Oct 02 16:11:32 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="coreutils"
     1.7 -VERSION="8.4"
     1.8 +VERSION="8.5"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Utilities for using and setting the basic system."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,7 +9,7 @@
    1.13  WEB_SITE="http://www.gnu.org/software/coreutils/"
    1.14  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.15  DEPENDS="glibc-base gmp libcap"
    1.16 -BUILD_DEPENDS="slitaz-toolchain libcap-dev gmp-dev"
    1.17 +BUILD_DEPENDS="slitaz-toolchain libcap-dev gmp-dev m4 autoconf automake"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()