wok diff bash/receipt @ rev 10855

linux: Add ts_* modules. linux-input-touchscreen had ts_* modules in it. Only adds 4kb to linux packages.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Jun 14 11:41:17 2011 +0000 (2011-06-14)
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 Jun 14 11:41:17 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  {