wok diff bash/receipt @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents e2c80c0bf72a
children 6b9560f1e886
line diff
     1.1 --- a/bash/receipt	Sun May 22 22:38:05 2011 +0200
     1.2 +++ b/bash/receipt	Tue Apr 10 13:54:27 2012 +0200
     1.3 @@ -5,12 +5,13 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="The GNU bourne SHell."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="readline"
     1.8 -BUILD_DEPENDS="readline bison"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.gnu.org/software/bash/"
    1.11  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.12  
    1.13 +DEPENDS="readline"
    1.14 +BUILD_DEPENDS="readline bison"
    1.15 +
    1.16  # Rules to compile & install the temporary toolchain.
    1.17  cook_tmp_toolchain()
    1.18  {