wok-stable diff bash/receipt @ rev 10851
pth: Fixed typo in deps.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jun 12 11:09:02 2011 +0000 (2011-06-12) |
parents | e2c80c0bf72a |
children | 853a028198ee |
line diff
1.1 --- a/bash/receipt Sun May 22 22:38:05 2011 +0200 1.2 +++ b/bash/receipt Sun Jun 12 11:09:02 2011 +0000 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 {