wok-current diff linux-md/receipt @ rev 1054
Add freeglut
author | Bill Nagel <wcnagel@xxxxxxxx> |
---|---|
date | Mon Jul 14 02:37:21 2008 +0000 (2008-07-14) |
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 Mon Jul 14 02:37:21 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