wok diff linux-md/receipt @ rev 1746

Add eaccelerator
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 22 23:27:11 2008 +0000 (2008-11-22)
parents 1bd86206f737
children f306d126580e
line diff
     1.1 --- a/linux-md/receipt	Thu Jul 10 14:09:03 2008 +0000
     1.2 +++ b/linux-md/receipt	Sat Nov 22 23:27:11 2008 +0000
     1.3 @@ -7,6 +7,7 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  WANTED="linux"
     1.6  WEB_SITE="http://www.kernel.org/"
     1.7 +DEPENDS="linux-crypto"
     1.8  
     1.9  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.10  genpkg_rules()
    1.11 @@ -17,6 +18,9 @@
    1.12      export src
    1.13      export _pkg
    1.14      $src/list_modules.sh drivers/md | while read module; do
    1.15 +    	case "$module" in
    1.16 +	crypto/*) continue;;
    1.17 +	esac
    1.18      	dir=$path/$(dirname $module)
    1.19      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
    1.20          cp -a $_pkg/$path/$module $fs/$dir