wok-6.x diff bash/receipt @ rev 13206
fail2ban: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 06 14:55:22 2012 +0200 (2012-08-06) |
parents | e2c80c0bf72a |
children | 6b9560f1e886 |
line diff
1.1 --- a/bash/receipt Sun May 22 22:38:05 2011 +0200 1.2 +++ b/bash/receipt Mon Aug 06 14:55:22 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 {