wok-next rev 8681
Fixed linux and its wanted receipts. Fixed check_modules.sh script. Add linux-speakup.
line diff
1.1 --- a/linux-acpi/receipt Thu Feb 17 01:45:49 2011 +0100 1.2 +++ b/linux-acpi/receipt Wed Feb 16 20:27:55 2011 +0000 1.3 @@ -17,7 +17,7 @@ 1.4 mkdir -p $fs/$path 1.5 export src 1.6 export _pkg 1.7 - $src/slitaz/list_modules.sh drivers/acpi drivers/platform/x86/thinkpad_acpi.ko.gz \ 1.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/acpi drivers/platform/x86/thinkpad_acpi.ko.gz \ 1.9 drivers/platform/x86/asus-laptop.ko.gz drivers/platform/x86/eeepc-wmi.ko.gz \ 1.10 drivers/platform/x86/msi-laptop.ko.gz drivers/platform/x86/panasonic-laptop.ko.gz \ 1.11 drivers/platform/x86/sony-laptop.ko.gz drivers/platform/x86/acer-wmi.ko.gz \ 1.12 @@ -44,6 +44,6 @@ 1.13 1.14 post_remove() 1.15 { 1.16 - depmod -a 1.17 + chroot "$1/" depmod -a $VERSION-slitaz 1.18 } 1.19
2.1 --- a/linux-agp/receipt Thu Feb 17 01:45:49 2011 +0100 2.2 +++ b/linux-agp/receipt Wed Feb 16 20:27:55 2011 +0000 2.3 @@ -17,7 +17,7 @@ 2.4 mkdir -p $fs/$path 2.5 export src 2.6 export _pkg 2.7 - $src/slitaz/list_modules.sh drivers/char/agp | while read module; do 2.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/char/agp | while read module; do 2.9 dir=$path/$(dirname $module) 2.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 2.11 cp -a $_pkg/$path/$module $fs/$dir 2.12 @@ -38,6 +38,6 @@ 2.13 2.14 post_remove() 2.15 { 2.16 - depmod -a $VERSION-slitaz 2.17 + chroot "$1/" depmod -a $VERSION-slitaz 2.18 } 2.19
3.1 --- a/linux-appletalk/receipt Thu Feb 17 01:45:49 2011 +0100 3.2 +++ b/linux-appletalk/receipt Wed Feb 16 20:27:55 2011 +0000 3.3 @@ -19,7 +19,7 @@ 3.4 export src 3.5 export _pkg 3.6 3.7 - $src/slitaz/list_modules.sh drivers/net/appletalk net/appletalk \ 3.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/net/appletalk net/appletalk \ 3.9 net/802/p8022.ko.gz | while read module; do 3.10 dir=$path/$(dirname $module) 3.11 [ -d $fs/$dir ] || mkdir -p $fs/$dir 3.12 @@ -41,6 +41,6 @@ 3.13 3.14 post_remove() 3.15 { 3.16 - depmod -a $VERSION-slitaz 3.17 + chroot "$1/" depmod -a $VERSION-slitaz 3.18 } 3.19
4.1 --- a/linux-autofs/receipt Thu Feb 17 01:45:49 2011 +0100 4.2 +++ b/linux-autofs/receipt Wed Feb 16 20:27:55 2011 +0000 4.3 @@ -18,7 +18,7 @@ 4.4 mkdir -p $fs/$path $fs/etc 4.5 export src 4.6 export _pkg 4.7 - $src/slitaz/list_modules.sh fs/autofs4 | while read module; do 4.8 + $WOK/$WANTED/stuff/list_modules.sh fs/autofs4 | while read module; do 4.9 dir=$path/$(dirname $module) 4.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 4.11 cp -a $_pkg/$path/$module $fs/$dir 4.12 @@ -37,6 +37,6 @@ 4.13 post_remove() 4.14 { 4.15 sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems 4.16 - depmod -a $VERSION-slitaz 4.17 + chroot "$1/" depmod -a $VERSION-slitaz 4.18 } 4.19
5.1 --- a/linux-bluetooth/receipt Thu Feb 17 01:45:49 2011 +0100 5.2 +++ b/linux-bluetooth/receipt Wed Feb 16 20:27:55 2011 +0000 5.3 @@ -17,7 +17,7 @@ 5.4 mkdir -p $fs/$path 5.5 export src 5.6 export _pkg 5.7 - $src/slitaz/list_modules.sh drivers/bluetooth net/bluetooth | while read module; do 5.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/bluetooth net/bluetooth | while read module; do 5.9 dir=$path/$(dirname $module) 5.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 5.11 cp -a $_pkg/$path/$module $fs/$dir 5.12 @@ -38,6 +38,6 @@ 5.13 5.14 post_remove() 5.15 { 5.16 - depmod -a $VERSION-slitaz 5.17 + chroot "$1/" depmod -a $VERSION-slitaz 5.18 } 5.19
6.1 --- a/linux-bridge/receipt Thu Feb 17 01:45:49 2011 +0100 6.2 +++ b/linux-bridge/receipt Wed Feb 16 20:27:55 2011 +0000 6.3 @@ -17,7 +17,7 @@ 6.4 mkdir -p $fs/$path 6.5 export src 6.6 export _pkg 6.7 - $src/slitaz/list_modules.sh net/bridge | while read module; do 6.8 + $WOK/$WANTED/stuff/list_modules.sh net/bridge | while read module; do 6.9 dir=$path/$(dirname $module) 6.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 6.11 cp -a $_pkg/$path/$module $fs/$dir 6.12 @@ -38,6 +38,6 @@ 6.13 6.14 post_remove() 6.15 { 6.16 - depmod -a $VERSION-slitaz 6.17 + chroot "$1/" depmod -a $VERSION-slitaz 6.18 } 6.19
7.1 --- a/linux-btrfs/receipt Thu Feb 17 01:45:49 2011 +0100 7.2 +++ b/linux-btrfs/receipt Wed Feb 16 20:27:55 2011 +0000 7.3 @@ -18,7 +18,7 @@ 7.4 mkdir -p $fs/$path $fs/etc 7.5 export src 7.6 export _pkg 7.7 - $src/slitaz/list_modules.sh fs/${PACKAGE#*-} | while read module; do 7.8 + $WOK/$WANTED/stuff/list_modules.sh fs/${PACKAGE#*-} | while read module; do 7.9 dir=$path/$(dirname $module) 7.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 7.11 cp -a $_pkg/$path/$module $fs/$dir 7.12 @@ -43,6 +43,6 @@ 7.13 post_remove() 7.14 { 7.15 sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems 7.16 - depmod -a $VERSION-slitaz 7.17 + chroot "$1/" depmod -a $VERSION-slitaz 7.18 } 7.19
8.1 --- a/linux-cifs/receipt Thu Feb 17 01:45:49 2011 +0100 8.2 +++ b/linux-cifs/receipt Wed Feb 16 20:27:55 2011 +0000 8.3 @@ -18,7 +18,7 @@ 8.4 mkdir -p $fs/$path $fs/etc 8.5 export src 8.6 export _pkg 8.7 - $src/slitaz/list_modules.sh fs/cifs | while read module; do 8.8 + $WOK/$WANTED/stuff/list_modules.sh fs/cifs | while read module; do 8.9 dir=$path/$(dirname $module) 8.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 8.11 cp -a $_pkg/$path/$module $fs/$dir 8.12 @@ -37,6 +37,6 @@ 8.13 post_remove() 8.14 { 8.15 sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems 8.16 - depmod -a $VERSION-slitaz 8.17 + chroot "$1/" depmod -a $VERSION-slitaz 8.18 } 8.19
9.1 --- a/linux-coda/receipt Thu Feb 17 01:45:49 2011 +0100 9.2 +++ b/linux-coda/receipt Wed Feb 16 20:27:55 2011 +0000 9.3 @@ -18,7 +18,7 @@ 9.4 mkdir -p $fs/$path $fs/etc 9.5 export src 9.6 export _pkg 9.7 - $src/slitaz/list_modules.sh fs/coda | while read module; do 9.8 + $WOK/$WANTED/stuff/list_modules.sh fs/coda | while read module; do 9.9 dir=$path/$(dirname $module) 9.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 9.11 cp -a $_pkg/$path/$module $fs/$dir 9.12 @@ -37,6 +37,6 @@ 9.13 post_remove() 9.14 { 9.15 sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems 9.16 - depmod -a $VERSION-slitaz 9.17 + chroot "$1/" depmod -a $VERSION-slitaz 9.18 } 9.19
10.1 --- a/linux-configfs/receipt Thu Feb 17 01:45:49 2011 +0100 10.2 +++ b/linux-configfs/receipt Wed Feb 16 20:27:55 2011 +0000 10.3 @@ -18,7 +18,7 @@ 10.4 mkdir -p $fs/$path $fs/etc 10.5 export src 10.6 export _pkg 10.7 - $src/slitaz/list_modules.sh fs/${PACKAGE#*-} | while read module; do 10.8 + $WOK/$WANTED/stuff/list_modules.sh fs/${PACKAGE#*-} | while read module; do 10.9 dir=$path/$(dirname $module) 10.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 10.11 cp -a $_pkg/$path/$module $fs/$dir 10.12 @@ -37,6 +37,6 @@ 10.13 post_remove() 10.14 { 10.15 sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems 10.16 - depmod -a $VERSION-slitaz 10.17 + chroot "$1/" depmod -a $VERSION-slitaz 10.18 } 10.19
11.1 --- a/linux-cpufreq/receipt Thu Feb 17 01:45:49 2011 +0100 11.2 +++ b/linux-cpufreq/receipt Wed Feb 16 20:27:55 2011 +0000 11.3 @@ -17,7 +17,7 @@ 11.4 mkdir -p $fs/$path 11.5 export src 11.6 export _pkg 11.7 - $src/slitaz/list_modules.sh arch/x86/kernel/cpu/cpufreq drivers/cpufreq | \ 11.8 + $WOK/$WANTED/stuff/list_modules.sh arch/x86/kernel/cpu/cpufreq drivers/cpufreq | \ 11.9 while read module; do 11.10 dir=$path/$(dirname $module) 11.11 [ -d $fs/$dir ] || mkdir -p $fs/$dir 11.12 @@ -33,6 +33,6 @@ 11.13 11.14 post_remove() 11.15 { 11.16 - depmod -a $VERSION-slitaz 11.17 + chroot "$1/" depmod -a $VERSION-slitaz 11.18 } 11.19
12.1 --- a/linux-cramfs/receipt Thu Feb 17 01:45:49 2011 +0100 12.2 +++ b/linux-cramfs/receipt Wed Feb 16 20:27:55 2011 +0000 12.3 @@ -18,7 +18,7 @@ 12.4 mkdir -p $fs/$path $fs/etc 12.5 export src 12.6 export _pkg 12.7 - $src/slitaz/list_modules.sh fs/cramfs | while read module; do 12.8 + $WOK/$WANTED/stuff/list_modules.sh fs/cramfs | while read module; do 12.9 dir=$path/$(dirname $module) 12.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 12.11 cp -a $_pkg/$path/$module $fs/$dir 12.12 @@ -37,6 +37,6 @@ 12.13 post_remove() 12.14 { 12.15 sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems 12.16 - depmod -a $VERSION-slitaz 12.17 + chroot "$1/" depmod -a $VERSION-slitaz 12.18 } 12.19
13.1 --- a/linux-crypto/receipt Thu Feb 17 01:45:49 2011 +0100 13.2 +++ b/linux-crypto/receipt Wed Feb 16 20:27:55 2011 +0000 13.3 @@ -17,7 +17,7 @@ 13.4 mkdir -p $fs/$path 13.5 export src 13.6 export _pkg 13.7 - $src/slitaz/list_modules.sh arch/x86/crypto crypto drivers/crypto | \ 13.8 + $WOK/$WANTED/stuff/list_modules.sh arch/x86/crypto crypto drivers/crypto | \ 13.9 while read module; do 13.10 dir=$path/$(dirname $module) 13.11 [ -d $fs/$dir ] || mkdir -p $fs/$dir 13.12 @@ -39,6 +39,6 @@ 13.13 13.14 post_remove() 13.15 { 13.16 - depmod -a $VERSION-slitaz 13.17 + chroot "$1/" depmod -a $VERSION-slitaz 13.18 } 13.19
14.1 --- a/linux-cryptoloop/receipt Thu Feb 17 01:45:49 2011 +0100 14.2 +++ b/linux-cryptoloop/receipt Wed Feb 16 20:27:55 2011 +0000 14.3 @@ -17,7 +17,7 @@ 14.4 mkdir -p $fs/$path 14.5 export src 14.6 export _pkg 14.7 - $src/slitaz/list_modules.sh drivers/block/cryptoloop.ko.gz | \ 14.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/block/cryptoloop.ko.gz | \ 14.9 while read module; do 14.10 dir=$path/$(dirname $module) 14.11 [ -d $fs/$dir ] || mkdir -p $fs/$dir 14.12 @@ -33,6 +33,6 @@ 14.13 14.14 post_remove() 14.15 { 14.16 - depmod -a $VERSION-slitaz 14.17 + chroot "$1/" depmod -a $VERSION-slitaz 14.18 } 14.19
15.1 --- a/linux-dialup/receipt Thu Feb 17 01:45:49 2011 +0100 15.2 +++ b/linux-dialup/receipt Wed Feb 16 20:27:55 2011 +0000 15.3 @@ -17,7 +17,7 @@ 15.4 mkdir -p $fs/$path 15.5 export src 15.6 export _pkg 15.7 - $src/slitaz/list_modules.sh drivers/serial/serial_cs.ko.gz drivers/char/nozomi.ko.gz \ 15.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/serial/serial_cs.ko.gz drivers/char/nozomi.ko.gz \ 15.9 drivers/usb/serial/option.ko.gz drivers/net/usb/hso.ko.gz | \ 15.10 while read module; do 15.11 dir=$path/$(dirname $module) 15.12 @@ -40,6 +40,6 @@ 15.13 15.14 post_remove() 15.15 { 15.16 - depmod -a $VERSION-slitaz 15.17 + chroot "$1/" depmod -a $VERSION-slitaz 15.18 } 15.19
16.1 --- a/linux-dlm/receipt Thu Feb 17 01:45:49 2011 +0100 16.2 +++ b/linux-dlm/receipt Wed Feb 16 20:27:55 2011 +0000 16.3 @@ -38,6 +38,6 @@ 16.4 post_remove() 16.5 { 16.6 sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems 16.7 - depmod -a $VERSION-slitaz 16.8 + chroot "$1/" depmod -a $VERSION-slitaz 16.9 } 16.10
17.1 --- a/linux-drm/receipt Thu Feb 17 01:45:49 2011 +0100 17.2 +++ b/linux-drm/receipt Wed Feb 16 20:27:55 2011 +0000 17.3 @@ -17,7 +17,7 @@ 17.4 mkdir -p $fs/$path 17.5 export src 17.6 export _pkg 17.7 - $src/slitaz/list_modules.sh drivers/gpu/drm | while read module; do 17.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/gpu/drm | while read module; do 17.9 dir=$path/$(dirname $module) 17.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 17.11 cp -a $_pkg/$path/$module $fs/$dir 17.12 @@ -43,6 +43,6 @@ 17.13 17.14 post_remove() 17.15 { 17.16 - depmod -a $VERSION-slitaz 17.17 + chroot "$1/" depmod -a $VERSION-slitaz 17.18 } 17.19
18.1 --- a/linux-firewire/receipt Thu Feb 17 01:45:49 2011 +0100 18.2 +++ b/linux-firewire/receipt Wed Feb 16 20:27:55 2011 +0000 18.3 @@ -17,7 +17,7 @@ 18.4 mkdir -p $fs/$path 18.5 export src 18.6 export _pkg 18.7 - $src/slitaz/list_modules.sh drivers/firewire | while read module; do 18.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/firewire | while read module; do 18.9 dir=$path/$(dirname $module) 18.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 18.11 cp -a $_pkg/$path/$module $fs/$dir 18.12 @@ -32,6 +32,6 @@ 18.13 18.14 post_remove() 18.15 { 18.16 - depmod -a $VERSION-slitaz 18.17 + chroot "$1/" depmod -a $VERSION-slitaz 18.18 } 18.19
19.1 --- a/linux-gfs2/receipt Thu Feb 17 01:45:49 2011 +0100 19.2 +++ b/linux-gfs2/receipt Wed Feb 16 20:27:55 2011 +0000 19.3 @@ -18,7 +18,7 @@ 19.4 mkdir -p $fs/$path $fs/etc 19.5 export src 19.6 export _pkg 19.7 - $src/slitaz/list_modules.sh fs/gfs2 | while read module; do 19.8 + $WOK/$WANTED/stuff/list_modules.sh fs/gfs2 | while read module; do 19.9 dir=$path/$(dirname $module) 19.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 19.11 cp -a $_pkg/$path/$module $fs/$dir 19.12 @@ -37,6 +37,6 @@ 19.13 post_remove() 19.14 { 19.15 sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems 19.16 - depmod -a $VERSION-slitaz 19.17 + chroot "$1/" depmod -a $VERSION-slitaz 19.18 } 19.19
20.1 --- a/linux-hfs/receipt Thu Feb 17 01:45:49 2011 +0100 20.2 +++ b/linux-hfs/receipt Wed Feb 16 20:27:55 2011 +0000 20.3 @@ -18,7 +18,7 @@ 20.4 mkdir -p $fs/$path $fs/etc 20.5 export src 20.6 export _pkg 20.7 - $src/slitaz/list_modules.sh fs/${PACKAGE#*-} | while read module; do 20.8 + $WOK/$WANTED/stuff/list_modules.sh fs/${PACKAGE#*-} | while read module; do 20.9 dir=$path/$(dirname $module) 20.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 20.11 cp -a $_pkg/$path/$module $fs/$dir 20.12 @@ -37,6 +37,6 @@ 20.13 post_remove() 20.14 { 20.15 sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems 20.16 - depmod -a $VERSION-slitaz 20.17 + chroot "$1/" depmod -a $VERSION-slitaz 20.18 } 20.19
21.1 --- a/linux-hfsplus/receipt Thu Feb 17 01:45:49 2011 +0100 21.2 +++ b/linux-hfsplus/receipt Wed Feb 16 20:27:55 2011 +0000 21.3 @@ -18,7 +18,7 @@ 21.4 mkdir -p $fs/$path $fs/etc 21.5 export src 21.6 export _pkg 21.7 - $src/slitaz/list_modules.sh fs/hfsplus | while read module; do 21.8 + $WOK/$WANTED/stuff/list_modules.sh fs/hfsplus | while read module; do 21.9 dir=$path/$(dirname $module) 21.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 21.11 cp -a $_pkg/$path/$module $fs/$dir 21.12 @@ -37,5 +37,5 @@ 21.13 post_remove() 21.14 { 21.15 sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems 21.16 - depmod -a $VERSION-slitaz 21.17 + chroot "$1/" depmod -a $VERSION-slitaz 21.18 }
22.1 --- a/linux-hwmon/receipt Thu Feb 17 01:45:49 2011 +0100 22.2 +++ b/linux-hwmon/receipt Wed Feb 16 20:27:55 2011 +0000 22.3 @@ -17,7 +17,7 @@ 22.4 mkdir -p $fs/$path 22.5 export src 22.6 export _pkg 22.7 - $src/slitaz/list_modules.sh drivers/hwmon | while read module; do 22.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/hwmon | while read module; do 22.9 dir=$path/$(dirname $module) 22.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 22.11 cp -a $_pkg/$path/$module $fs/$dir
23.1 --- a/linux-input-misc/receipt Thu Feb 17 01:45:49 2011 +0100 23.2 +++ b/linux-input-misc/receipt Wed Feb 16 20:27:55 2011 +0000 23.3 @@ -16,7 +16,7 @@ 23.4 mkdir -p $fs/$path 23.5 export src 23.6 export _pkg 23.7 - $src/slitaz/list_modules.sh drivers/input/misc | while read module; do 23.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/input/misc | while read module; do 23.9 dir=$path/$(dirname $module) 23.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 23.11 cp -a $_pkg/$path/$module $fs/$dir 23.12 @@ -37,6 +37,6 @@ 23.13 23.14 post_remove() 23.15 { 23.16 - depmod -a $VERSION-slitaz 23.17 + chroot "$1/" depmod -a $VERSION-slitaz 23.18 } 23.19
24.1 --- a/linux-input-tablet/receipt Thu Feb 17 01:45:49 2011 +0100 24.2 +++ b/linux-input-tablet/receipt Wed Feb 16 20:27:55 2011 +0000 24.3 @@ -16,7 +16,7 @@ 24.4 mkdir -p $fs/$path 24.5 export src 24.6 export _pkg 24.7 - $src/slitaz/list_modules.sh drivers/input/tablet | while read module; do 24.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/input/tablet | while read module; do 24.9 dir=$path/$(dirname $module) 24.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 24.11 cp -a $_pkg/$path/$module $fs/$dir 24.12 @@ -32,6 +32,6 @@ 24.13 24.14 post_remove() 24.15 { 24.16 - depmod -a $VERSION-slitaz 24.17 + chroot "$1/" depmod -a $VERSION-slitaz 24.18 } 24.19
25.1 --- a/linux-input-touchscreen/receipt Thu Feb 17 01:45:49 2011 +0100 25.2 +++ b/linux-input-touchscreen/receipt Wed Feb 16 20:27:55 2011 +0000 25.3 @@ -16,7 +16,7 @@ 25.4 mkdir -p $fs/$path 25.5 export src 25.6 export _pkg 25.7 - $src/slitaz/list_modules.sh drivers/input/touchscreen \ 25.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/input/touchscreen \ 25.9 lib/ts_bm.ko.gz lib/ts_fsm.ko.gz lib/ts_kmp.ko.gz | while read module; do 25.10 dir=$path/$(dirname $module) 25.11 [ -d $fs/$dir ] || mkdir -p $fs/$dir 25.12 @@ -38,6 +38,6 @@ 25.13 25.14 post_remove() 25.15 { 25.16 - depmod -a $VERSION-slitaz 25.17 + chroot "$1/" depmod -a $VERSION-slitaz 25.18 } 25.19
26.1 --- a/linux-ipv6/receipt Thu Feb 17 01:45:49 2011 +0100 26.2 +++ b/linux-ipv6/receipt Wed Feb 16 20:27:55 2011 +0000 26.3 @@ -17,7 +17,7 @@ 26.4 mkdir -p $fs/$path 26.5 export src 26.6 export _pkg 26.7 - $src/slitaz/list_modules.sh net/ipv6 | while read module; do 26.8 + $WOK/$WANTED/stuff/list_modules.sh net/ipv6 | while read module; do 26.9 dir=$path/$(dirname $module) 26.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 26.11 cp -a $_pkg/$path/$module $fs/$dir 26.12 @@ -38,6 +38,6 @@ 26.13 26.14 post_remove() 26.15 { 26.16 - depmod -a $VERSION-slitaz 26.17 + chroot "$1/" depmod -a $VERSION-slitaz 26.18 } 26.19
27.1 --- a/linux-irda/receipt Thu Feb 17 01:45:49 2011 +0100 27.2 +++ b/linux-irda/receipt Wed Feb 16 20:27:55 2011 +0000 27.3 @@ -19,7 +19,7 @@ 27.4 export src 27.5 export _pkg 27.6 27.7 - $src/slitaz/list_modules.sh drivers/net/irda net/irda | while read module; do 27.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/net/irda net/irda | while read module; do 27.9 dir=$path/$(dirname $module) 27.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 27.11 cp -a $_pkg/$path/$module $fs/$dir 27.12 @@ -34,6 +34,6 @@ 27.13 27.14 post_remove() 27.15 { 27.16 - depmod -a $VERSION-slitaz 27.17 + chroot "$1/" depmod -a $VERSION-slitaz 27.18 } 27.19
28.1 --- a/linux-isdn/receipt Thu Feb 17 01:45:49 2011 +0100 28.2 +++ b/linux-isdn/receipt Wed Feb 16 20:27:55 2011 +0000 28.3 @@ -17,7 +17,7 @@ 28.4 mkdir -p $fs/$path 28.5 export src 28.6 export _pkg 28.7 - $src/slitaz/list_modules.sh drivers/isdn | while read module; do 28.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/isdn | while read module; do 28.9 dir=$path/$(dirname $module) 28.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 28.11 cp -a $_pkg/$path/$module $fs/$dir 28.12 @@ -38,6 +38,6 @@ 28.13 28.14 post_remove() 28.15 { 28.16 - depmod -a $VERSION-slitaz 28.17 + chroot "$1/" depmod -a $VERSION-slitaz 28.18 } 28.19
29.1 --- a/linux-jfs/receipt Thu Feb 17 01:45:49 2011 +0100 29.2 +++ b/linux-jfs/receipt Wed Feb 16 20:27:55 2011 +0000 29.3 @@ -18,7 +18,7 @@ 29.4 mkdir -p $fs/$path $fs/etc 29.5 export src 29.6 export _pkg 29.7 - $src/slitaz/list_modules.sh fs/jfs | while read module; do 29.8 + $WOK/$WANTED/stuff/list_modules.sh fs/jfs | while read module; do 29.9 dir=$path/$(dirname $module) 29.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 29.11 cp -a $_pkg/$path/$module $fs/$dir 29.12 @@ -37,5 +37,5 @@ 29.13 post_remove() 29.14 { 29.15 sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems 29.16 - depmod -a $VERSION-slitaz 29.17 + chroot "$1/" depmod -a $VERSION-slitaz 29.18 }
30.1 --- a/linux-joystick/receipt Thu Feb 17 01:45:49 2011 +0100 30.2 +++ b/linux-joystick/receipt Wed Feb 16 20:27:55 2011 +0000 30.3 @@ -17,7 +17,7 @@ 30.4 mkdir -p $fs/$path 30.5 export src 30.6 export _pkg 30.7 - $src/slitaz/list_modules.sh drivers/input/joystick drivers/input/gameport \ 30.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/input/joystick drivers/input/gameport \ 30.9 drivers/input/input-polldev.ko.gz | \ 30.10 while read module; do 30.11 dir=$path/$(dirname $module) 30.12 @@ -40,6 +40,6 @@ 30.13 30.14 post_remove() 30.15 { 30.16 - depmod -a $VERSION-slitaz 30.17 + chroot "$1/" depmod -a $VERSION-slitaz 30.18 } 30.19
31.1 --- a/linux-kvm/receipt Thu Feb 17 01:45:49 2011 +0100 31.2 +++ b/linux-kvm/receipt Wed Feb 16 20:27:55 2011 +0000 31.3 @@ -17,7 +17,7 @@ 31.4 mkdir -p $fs/$path 31.5 export src 31.6 export _pkg 31.7 - $src/slitaz/list_modules.sh arch/x86/kvm drivers/virtio drivers/lguest \ 31.8 + $WOK/$WANTED/stuff/list_modules.sh arch/x86/kvm drivers/virtio drivers/lguest \ 31.9 drivers/char/hw_random/virtio-rng.ko.gz drivers/char/virtio_console.ko.gz \ 31.10 drivers/net/virtio_net.ko.gz drivers/block/virtio_blk.ko.gz | \ 31.11 while read module; do 31.12 @@ -35,6 +35,6 @@ 31.13 31.14 post_remove() 31.15 { 31.16 - depmod -a $VERSION-slitaz 31.17 + chroot "$1/" depmod -a $VERSION-slitaz 31.18 } 31.19
32.1 --- a/linux-logfs/receipt Thu Feb 17 01:45:49 2011 +0100 32.2 +++ b/linux-logfs/receipt Wed Feb 16 20:27:55 2011 +0000 32.3 @@ -18,7 +18,7 @@ 32.4 mkdir -p $fs/$path $fs/etc 32.5 export src 32.6 export _pkg 32.7 - $src/slitaz/list_modules.sh fs/${PACKAGE#*-} | while read module; do 32.8 + $WOK/$WANTED/stuff/list_modules.sh fs/${PACKAGE#*-} | while read module; do 32.9 dir=$path/$(dirname $module) 32.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 32.11 cp -a $_pkg/$path/$module $fs/$dir 32.12 @@ -37,6 +37,6 @@ 32.13 post_remove() 32.14 { 32.15 sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems 32.16 - depmod -a $VERSION-slitaz 32.17 + chroot "$1/" depmod -a $VERSION-slitaz 32.18 } 32.19
33.1 --- a/linux-md/receipt Thu Feb 17 01:45:49 2011 +0100 33.2 +++ b/linux-md/receipt Wed Feb 16 20:27:55 2011 +0000 33.3 @@ -18,7 +18,7 @@ 33.4 mkdir -p $fs/$path 33.5 export src 33.6 export _pkg 33.7 - $src/slitaz/list_modules.sh drivers/md | while read module; do 33.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/md | while read module; do 33.9 case "$module" in 33.10 crypto/*) continue;; 33.11 esac 33.12 @@ -42,6 +42,6 @@ 33.13 33.14 post_remove() 33.15 { 33.16 - depmod -a $VERSION-slitaz 33.17 + chroot "$1/" depmod -a $VERSION-slitaz 33.18 } 33.19
34.1 --- a/linux-memstick/receipt Thu Feb 17 01:45:49 2011 +0100 34.2 +++ b/linux-memstick/receipt Wed Feb 16 20:27:55 2011 +0000 34.3 @@ -19,7 +19,7 @@ 34.4 export src 34.5 export _pkg 34.6 34.7 - $src/slitaz/list_modules.sh drivers/memstick | while read module; do 34.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/memstick | while read module; do 34.9 dir=$path/$(dirname $module) 34.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 34.11 cp -a $_pkg/$path/$module $fs/$dir 34.12 @@ -40,6 +40,6 @@ 34.13 34.14 post_remove() 34.15 { 34.16 - depmod -a $VERSION-slitaz 34.17 + chroot "$1/" depmod -a $VERSION-slitaz 34.18 } 34.19
35.1 --- a/linux-minix/receipt Thu Feb 17 01:45:49 2011 +0100 35.2 +++ b/linux-minix/receipt Wed Feb 16 20:27:55 2011 +0000 35.3 @@ -18,7 +18,7 @@ 35.4 mkdir -p $fs/$path $fs/etc 35.5 export src 35.6 export _pkg 35.7 - $src/slitaz/list_modules.sh fs/${PACKAGE#*-} | while read module; do 35.8 + $WOK/$WANTED/stuff/list_modules.sh fs/${PACKAGE#*-} | while read module; do 35.9 dir=$path/$(dirname $module) 35.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 35.11 cp -a $_pkg/$path/$module $fs/$dir 35.12 @@ -37,6 +37,6 @@ 35.13 post_remove() 35.14 { 35.15 sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems 35.16 - depmod -a $VERSION-slitaz 35.17 + chroot "$1/" depmod -a $VERSION-slitaz 35.18 } 35.19
36.1 --- a/linux-mmc/receipt Thu Feb 17 01:45:49 2011 +0100 36.2 +++ b/linux-mmc/receipt Wed Feb 16 20:27:55 2011 +0000 36.3 @@ -17,7 +17,7 @@ 36.4 mkdir -p $fs/$path 36.5 export src 36.6 export _pkg 36.7 - $src/slitaz/list_modules.sh drivers/mmc drivers/misc/tifm_7xx1.ko.gz drivers/misc/iwmc3200top/iwmc3200top.ko.gz| \ 36.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/mmc drivers/misc/tifm_7xx1.ko.gz drivers/misc/iwmc3200top/iwmc3200top.ko.gz| \ 36.9 while read module; do 36.10 dir=$path/$(dirname $module) 36.11 [ -d $fs/$dir ] || mkdir -p $fs/$dir 36.12 @@ -39,6 +39,6 @@ 36.13 36.14 post_remove() 36.15 { 36.16 - depmod -a $VERSION-slitaz 36.17 + chroot "$1/" depmod -a $VERSION-slitaz 36.18 } 36.19
37.1 --- a/linux-mwave/receipt Thu Feb 17 01:45:49 2011 +0100 37.2 +++ b/linux-mwave/receipt Wed Feb 16 20:27:55 2011 +0000 37.3 @@ -17,7 +17,7 @@ 37.4 mkdir -p $fs/$path 37.5 export src 37.6 export _pkg 37.7 - $src/slitaz/list_modules.sh drivers/char/mwave | while read module; do 37.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/char/mwave | while read module; do 37.9 dir=$path/$(dirname $module) 37.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 37.11 cp -a $_pkg/$path/$module $fs/$dir 37.12 @@ -32,6 +32,6 @@ 37.13 37.14 post_remove() 37.15 { 37.16 - depmod -a $VERSION-slitaz 37.17 + chroot "$1/" depmod -a $VERSION-slitaz 37.18 } 37.19
38.1 --- a/linux-ncpfs/receipt Thu Feb 17 01:45:49 2011 +0100 38.2 +++ b/linux-ncpfs/receipt Wed Feb 16 20:27:55 2011 +0000 38.3 @@ -18,7 +18,7 @@ 38.4 mkdir -p $fs/$path $fs/etc 38.5 export src 38.6 export _pkg 38.7 - $src/slitaz/list_modules.sh fs/ncpfs | while read module; do 38.8 + $WOK/$WANTED/stuff/list_modules.sh fs/ncpfs | while read module; do 38.9 dir=$path/$(dirname $module) 38.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 38.11 cp -a $_pkg/$path/$module $fs/$dir 38.12 @@ -37,6 +37,6 @@ 38.13 post_remove() 38.14 { 38.15 sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems 38.16 - depmod -a $VERSION-slitaz 38.17 + chroot "$1/" depmod -a $VERSION-slitaz 38.18 } 38.19
39.1 --- a/linux-netfilter/receipt Thu Feb 17 01:45:49 2011 +0100 39.2 +++ b/linux-netfilter/receipt Wed Feb 16 20:27:55 2011 +0000 39.3 @@ -19,7 +19,7 @@ 39.4 export src 39.5 export _pkg 39.6 39.7 - $src/slitaz/list_modules.sh net/netfilter net/ipv4/netfilter net/8021q | \ 39.8 + $WOK/$WANTED/stuff/list_modules.sh net/netfilter net/ipv4/netfilter net/8021q | \ 39.9 while read module; do 39.10 dir=$path/$(dirname $module) 39.11 [ -d $fs/$dir ] || mkdir -p $fs/$dir 39.12 @@ -42,6 +42,6 @@ 39.13 39.14 post_remove() 39.15 { 39.16 - depmod -a $VERSION-slitaz 39.17 + chroot "$1/" depmod -a $VERSION-slitaz 39.18 } 39.19
40.1 --- a/linux-nfsd/receipt Thu Feb 17 01:45:49 2011 +0100 40.2 +++ b/linux-nfsd/receipt Wed Feb 16 20:27:55 2011 +0000 40.3 @@ -18,7 +18,7 @@ 40.4 mkdir -p $fs/$path $fs/etc 40.5 export src 40.6 export _pkg 40.7 - $src/slitaz/list_modules.sh fs/nfsd | while read module; do 40.8 + $WOK/$WANTED/stuff/list_modules.sh fs/nfsd | while read module; do 40.9 dir=$path/$(dirname $module) 40.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 40.11 cp -a $_pkg/$path/$module $fs/$dir 40.12 @@ -37,6 +37,6 @@ 40.13 post_remove() 40.14 { 40.15 sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems 40.16 - depmod -a $VERSION-slitaz 40.17 + chroot "$1/" depmod -a $VERSION-slitaz 40.18 } 40.19
41.1 --- a/linux-reiserfs/receipt Thu Feb 17 01:45:49 2011 +0100 41.2 +++ b/linux-reiserfs/receipt Wed Feb 16 20:27:55 2011 +0000 41.3 @@ -18,7 +18,7 @@ 41.4 mkdir -p $fs/$path $fs/etc 41.5 export src 41.6 export _pkg 41.7 - $src/slitaz/list_modules.sh fs/reiserfs | while read module; do 41.8 + $WOK/$WANTED/stuff/list_modules.sh fs/reiserfs | while read module; do 41.9 dir=$path/$(dirname $module) 41.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 41.11 cp -a $_pkg/$path/$module $fs/$dir 41.12 @@ -37,6 +37,6 @@ 41.13 post_remove() 41.14 { 41.15 sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems 41.16 - depmod -a $VERSION-slitaz 41.17 + chroot "$1/" depmod -a $VERSION-slitaz 41.18 } 41.19
42.1 --- a/linux-sched/receipt Thu Feb 17 01:45:49 2011 +0100 42.2 +++ b/linux-sched/receipt Wed Feb 16 20:27:55 2011 +0000 42.3 @@ -20,7 +20,7 @@ 42.4 export src 42.5 export _pkg 42.6 42.7 - $src/slitaz/list_modules.sh net/sched | while read module; do 42.8 + $WOK/$WANTED/stuff/list_modules.sh net/sched | while read module; do 42.9 dir=$path/$(dirname $module) 42.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 42.11 cp -a $_pkg/$path/$module $fs/$dir 42.12 @@ -35,6 +35,6 @@ 42.13 42.14 post_remove() 42.15 { 42.16 - depmod -a $VERSION-slitaz 42.17 + chroot "$1/" depmod -a $VERSION-slitaz 42.18 } 42.19
43.1 --- a/linux-scsi/receipt Thu Feb 17 01:45:49 2011 +0100 43.2 +++ b/linux-scsi/receipt Wed Feb 16 20:27:55 2011 +0000 43.3 @@ -17,7 +17,7 @@ 43.4 mkdir -p $fs/$path 43.5 export src 43.6 export _pkg 43.7 - $src/slitaz/list_modules.sh drivers/scsi | while read module; do 43.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/scsi | while read module; do 43.9 dir=$path/$(dirname $module) 43.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 43.11 cp -a $_pkg/$path/$module $fs/$dir 43.12 @@ -32,6 +32,6 @@ 43.13 43.14 post_remove() 43.15 { 43.16 - depmod -a $VERSION-slitaz 43.17 + chroot "$1/" depmod -a $VERSION-slitaz 43.18 } 43.19
44.1 --- a/linux-sound/receipt Thu Feb 17 01:45:49 2011 +0100 44.2 +++ b/linux-sound/receipt Wed Feb 16 20:27:55 2011 +0000 44.3 @@ -17,7 +17,7 @@ 44.4 mkdir -p $fs/$path 44.5 export src 44.6 export _pkg 44.7 - $src/slitaz/list_modules.sh sound | while read module; do 44.8 + $WOK/$WANTED/stuff/list_modules.sh sound | while read module; do 44.9 dir=$path/$(dirname $module) 44.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 44.11 cp -a $_pkg/$path/$module $fs/$dir 44.12 @@ -43,6 +43,6 @@ 44.13 44.14 post_remove() 44.15 { 44.16 - depmod -a $VERSION-slitaz 44.17 + chroot "$1/" depmod -a $VERSION-slitaz 44.18 } 44.19
45.1 --- a/linux-source/receipt Thu Feb 17 01:45:49 2011 +0100 45.2 +++ b/linux-source/receipt Wed Feb 16 20:27:55 2011 +0000 45.3 @@ -17,7 +17,7 @@ 45.4 mkdir -p $fs/usr/src/kernel-patches \ 45.5 $fs/lib/modules/$VERSION-slitaz \ 45.6 $fs/usr/bin 45.7 - cp -a $src/slitaz $fs/usr/src/kernel-patches 45.8 + cp -a $WOK/$WANTED/slitaz $fs/usr/src/kernel-patches 45.9 cp -a stuff/buildtaz $fs/usr/src/kernel-patches/slitaz 45.10 cp -a stuff/make-tazpkg.u $fs/usr/src/kernel-patches/slitaz 45.11 cp -a stuff/get-linux-source $fs/usr/bin
46.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 46.2 +++ b/linux-speakup/receipt Wed Feb 16 20:27:55 2011 +0000 46.3 @@ -0,0 +1,43 @@ 46.4 +# SliTaz package receipt. 46.5 + 46.6 +PACKAGE="linux-speakup" 46.7 +VERSION="2.6.37" 46.8 +CATEGORY="base-system" 46.9 +SHORT_DESC="The Linux kernel Speakup modules." 46.10 +MAINTAINER="erjo@slitaz.org" 46.11 +DEPENDS="linux" 46.12 +WANTED="linux" 46.13 +WEB_SITE="http://www.kernel.org/" 46.14 + 46.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 46.16 +genpkg_rules() 46.17 +{ 46.18 + local path 46.19 + path=lib/modules/$VERSION-slitaz/kernel 46.20 + mkdir -p $fs/$path 46.21 + export src 46.22 + export _pkg 46.23 + $WOK/$WANTED/stuff/list_modules.sh drivers/staging/speakup | while read module; do 46.24 + dir=$path/$(dirname $module) 46.25 + [ -d $fs/$dir ] || mkdir -p $fs/$dir 46.26 + cp -a $_pkg/$path/$module $fs/$dir 46.27 + done 46.28 + 46.29 + for i in $(cat $WOK/$WANTED/stuff/modules-$VERSION.list); do 46.30 + if [ $fs/lib/modules/$VERSION-slitaz/kernel/$i ]; then 46.31 + rm -f $fs/lib/modules/$VERSION-slitaz/kernel/$i 46.32 + fi 46.33 + done 46.34 +} 46.35 + 46.36 +# Post install/remove commands for Tazpkg. 46.37 +post_install() 46.38 +{ 46.39 + chroot "$1/" depmod -a $VERSION-slitaz 46.40 +} 46.41 + 46.42 +post_remove() 46.43 +{ 46.44 + chroot "$1/" depmod -a $VERSION-slitaz 46.45 +} 46.46 +
47.1 --- a/linux-squashfs/receipt Thu Feb 17 01:45:49 2011 +0100 47.2 +++ b/linux-squashfs/receipt Wed Feb 16 20:27:55 2011 +0000 47.3 @@ -19,7 +19,7 @@ 47.4 mkdir -p $fs/$path $fs/etc 47.5 export src 47.6 export _pkg 47.7 - $src/slitaz/list_modules.sh fs/squashfs | while read module; do 47.8 + $WOK/$WANTED/stuff/list_modules.sh fs/squashfs | while read module; do 47.9 dir=$path/$(dirname $module) 47.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 47.11 cp -a $_pkg/$path/$module $fs/$dir 47.12 @@ -38,6 +38,6 @@ 47.13 post_remove() 47.14 { 47.15 sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems 47.16 - depmod -a $VERSION-slitaz 47.17 + chroot "$1/" depmod -a $VERSION-slitaz 47.18 } 47.19
48.1 --- a/linux-toshiba/receipt Thu Feb 17 01:45:49 2011 +0100 48.2 +++ b/linux-toshiba/receipt Wed Feb 16 20:27:55 2011 +0000 48.3 @@ -33,5 +33,5 @@ 48.4 48.5 post_remove() 48.6 { 48.7 - depmod -a $VERSION-slitaz 48.8 + chroot "$1/" depmod -a $VERSION-slitaz 48.9 }
49.1 --- a/linux-udf/receipt Thu Feb 17 01:45:49 2011 +0100 49.2 +++ b/linux-udf/receipt Wed Feb 16 20:27:55 2011 +0000 49.3 @@ -18,7 +18,7 @@ 49.4 mkdir -p $fs/$path $fs/etc 49.5 export src 49.6 export _pkg 49.7 - $src/slitaz/list_modules.sh fs/udf | while read module; do 49.8 + $WOK/$WANTED/stuff/list_modules.sh fs/udf | while read module; do 49.9 dir=$path/$(dirname $module) 49.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 49.11 cp -a $_pkg/$path/$module $fs/$dir 49.12 @@ -43,6 +43,6 @@ 49.13 post_remove() 49.14 { 49.15 sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems 49.16 - depmod -a $VERSION-slitaz 49.17 + chroot "$1/" depmod -a $VERSION-slitaz 49.18 } 49.19
50.1 --- a/linux-usb-misc/receipt Thu Feb 17 01:45:49 2011 +0100 50.2 +++ b/linux-usb-misc/receipt Wed Feb 16 20:27:55 2011 +0000 50.3 @@ -16,7 +16,7 @@ 50.4 mkdir -p $fs/$path 50.5 export src 50.6 export _pkg 50.7 - $src/slitaz/list_modules.sh drivers/usb/misc | while read module; do 50.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/usb/misc | while read module; do 50.9 dir=$path/$(dirname $module) 50.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 50.11 cp -a $_pkg/$path/$module $fs/$dir 50.12 @@ -32,6 +32,6 @@ 50.13 50.14 post_remove() 50.15 { 50.16 - depmod -a $VERSION-slitaz 50.17 + chroot "$1/" depmod -a $VERSION-slitaz 50.18 } 50.19
51.1 --- a/linux-usbdsl/receipt Thu Feb 17 01:45:49 2011 +0100 51.2 +++ b/linux-usbdsl/receipt Wed Feb 16 20:27:55 2011 +0000 51.3 @@ -20,7 +20,7 @@ 51.4 export src 51.5 export _pkg 51.6 51.7 - $src/slitaz/list_modules.sh drivers/usb/atm net/atm | \ 51.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/usb/atm net/atm | \ 51.9 while read module; do 51.10 dir=$path/$(dirname $module) 51.11 [ -d $fs/$dir ] || mkdir -p $fs/$dir 51.12 @@ -36,6 +36,6 @@ 51.13 51.14 post_remove() 51.15 { 51.16 - depmod -a $VERSION-slitaz 51.17 + chroot "$1/" depmod -a $VERSION-slitaz 51.18 } 51.19
52.1 --- a/linux-usbip/receipt Thu Feb 17 01:45:49 2011 +0100 52.2 +++ b/linux-usbip/receipt Wed Feb 16 20:27:55 2011 +0000 52.3 @@ -18,7 +18,7 @@ 52.4 mkdir -p $fs/$path 52.5 export src 52.6 export _pkg 52.7 - $src/slitaz/list_modules.sh drivers/staging/usbip | while read module; do 52.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/staging/usbip | while read module; do 52.9 dir=$path/$(dirname $module) 52.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 52.11 cp -a $_pkg/$path/$module $fs/$dir 52.12 @@ -36,6 +36,6 @@ 52.13 post_remove() 52.14 { 52.15 sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems 52.16 - depmod -a $VERSION-slitaz 52.17 + chroot "$1/" depmod -a $VERSION-slitaz 52.18 } 52.19
53.1 --- a/linux-uwb/receipt Thu Feb 17 01:45:49 2011 +0100 53.2 +++ b/linux-uwb/receipt Wed Feb 16 20:27:55 2011 +0000 53.3 @@ -20,7 +20,7 @@ 53.4 export src 53.5 export _pkg 53.6 53.7 - $src/slitaz/list_modules.sh drivers/uwb drivers/usb/wusbcore \ 53.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/uwb drivers/usb/wusbcore \ 53.9 drivers/usb/host/whci | while read module; do 53.10 dir=$path/$(dirname $module) 53.11 [ -d $fs/$dir ] || mkdir -p $fs/$dir 53.12 @@ -36,6 +36,6 @@ 53.13 53.14 post_remove() 53.15 { 53.16 - depmod -a $VERSION-slitaz 53.17 + chroot "$1/" depmod -a $VERSION-slitaz 53.18 } 53.19
54.1 --- a/linux-video/receipt Thu Feb 17 01:45:49 2011 +0100 54.2 +++ b/linux-video/receipt Wed Feb 16 20:27:55 2011 +0000 54.3 @@ -35,6 +35,6 @@ 54.4 54.5 post_remove() 54.6 { 54.7 - depmod -a $VERSION-slitaz 54.8 + chroot "$1/" depmod -a $VERSION-slitaz 54.9 } 54.10
55.1 --- a/linux-wimax/receipt Thu Feb 17 01:45:49 2011 +0100 55.2 +++ b/linux-wimax/receipt Wed Feb 16 20:27:55 2011 +0000 55.3 @@ -18,7 +18,7 @@ 55.4 export src 55.5 export _pkg 55.6 55.7 - $src/slitaz/list_modules.sh drivers/net/wimax net/wimax | while read module; do 55.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/net/wimax net/wimax | while read module; do 55.9 dir=$path/$(dirname $module) 55.10 [ -d $fs/$dir ] || mkdir -p $fs/$dir 55.11 cp -a $_pkg/$path/$module $fs/$dir 55.12 @@ -39,6 +39,6 @@ 55.13 55.14 post_remove() 55.15 { 55.16 - depmod -a $VERSION-slitaz 55.17 + chroot "$1/" depmod -a $VERSION-slitaz 55.18 } 55.19
56.1 --- a/linux-wireless/receipt Thu Feb 17 01:45:49 2011 +0100 56.2 +++ b/linux-wireless/receipt Wed Feb 16 20:27:55 2011 +0000 56.3 @@ -19,7 +19,7 @@ 56.4 export src 56.5 export _pkg 56.6 56.7 - $src/slitaz/list_modules.sh drivers/net/wireless drivers/staging/wlan-ng \ 56.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/net/wireless drivers/staging/wlan-ng \ 56.9 drivers/staging/rt2860 drivers/staging/rt2870 drivers/staging/echo \ 56.10 drivers/leds net/wireless net/mac80211 drivers/staging/rtl8192e/r8192e_pci.ko.gz \ 56.11 drivers/staging/rtl8192su/r8192s_usb.ko.gz drivers/staging/rtl8187se/r8187se.ko.gz \ 56.12 @@ -45,6 +45,6 @@ 56.13 56.14 post_remove() 56.15 { 56.16 - depmod -a $VERSION-slitaz 56.17 + chroot "$1/" depmod -a $VERSION-slitaz 56.18 } 56.19
57.1 --- a/linux/receipt Thu Feb 17 01:45:49 2011 +0100 57.2 +++ b/linux/receipt Wed Feb 16 20:27:55 2011 +0000 57.3 @@ -24,28 +24,29 @@ 57.4 report open-bloc 57.5 57.6 report step "Installing aufs source" 57.7 - AUFSDIR=$WOK/$PACKAGE/aufs 57.8 - tazwok get-src aufs --target=$AUFSDIR 57.9 + _AUFSVER=`grep ^VERSION= $WOK/aufs/receipt | cut -d "=" -f2 | sed -e 's/"//g'` 57.10 + AUFSDIR=$WOK/$PACKAGE/aufs-${_AUFSVER} 57.11 + tazwok get-src aufs --target=$AUFSDIR || { report close-bloc; return 1; } 57.12 cp -a $AUFSDIR/Documentation $AUFSDIR/fs $AUFSDIR/include $src 57.13 cp -a $AUFSDIR/*.patch $WOK/$PACKAGE/stuff 57.14 cd $src 57.15 # SliTaz db 57.16 - [ -d slitaz ] && rm -rf slitaz 2> /dev/null 57.17 - mkdir slitaz 57.18 + [ -d $WOK/$PACKAGE/slitaz ] && rm -rf $WOK/$PACKAGE/slitaz 2> /dev/null 57.19 + mkdir $WOK/$PACKAGE/slitaz 57.20 echo "$WGET_URL" > slitaz/url 57.21 - cp ../stuff/gztazmod.sh ../stuff/list_modules.sh slitaz 57.22 - cp ../stuff/bootloader.sh slitaz 57.23 + cp $stuff/gztazmod.sh $stuff/list_modules.sh $WOK/$PACKAGE/slitaz 57.24 + cp $stuff/bootloader.sh $WOK/$PACKAGE/slitaz 57.25 # Apply patches 57.26 report step "Applying patches" 57.27 while read patch_file; do 57.28 - echo "$patch_file" >> slitaz/patches 57.29 - cp ../stuff/$patch_file slitaz 57.30 + echo "$patch_file" >> $WOK/$PACKAGE/slitaz/patches 57.31 + cp $stuff/$patch_file $WOK/$PACKAGE/slitaz 57.32 if [ -f done.$patch_file ]; then 57.33 echo "Skipping $patch_file" 57.34 continue 57.35 fi 57.36 echo "Apply $patch_file" 57.37 - patch -p1 < slitaz/$patch_file || return 1 57.38 + patch -p1 < $WOK/$PACKAGE/slitaz/$patch_file || { report close-bloc; return 1; } 57.39 touch done.$patch_file 57.40 done <<EOT 57.41 $PACKAGE-diff-$VERSION.u 57.42 @@ -63,38 +64,38 @@ 57.43 report step "Make kernel proper and then build lguest" 57.44 make mrproper 57.45 cd Documentation/lguest 57.46 - make lguest || return 1 57.47 - cd ../.. 57.48 + make lguest || { report close-bloc; return 1; } 57.49 + cd $src 57.50 57.51 report step "Make bzImage without modules first" 57.52 # Build bzImage without modules first 57.53 - cp -f ../stuff/$PACKAGE-$VERSION-slitaz.config .config 57.54 + cp -f $stuff/$PACKAGE-$VERSION-slitaz.config .config 57.55 sed -i 's/CONFIG_MODULES=y/# CONFIG_MODULES is not set/' .config 57.56 # We can't keep every driver in staging 57.57 sed -i -e 's/^CONFIG_RTL8192/#&/' \ 57.58 -e 's/^CONFIG_R8187SE/#&/' \ 57.59 -e 's/^CONFIG_RT2870/#&/' .config 57.60 yes '' | make oldconfig 57.61 - make -j 4 bzImage || return 1 57.62 + make -j 4 bzImage || { report close-bloc; return 1; } 57.63 [ -d $PWD/_pkg ] || mkdir -p $PWD/_pkg 57.64 mv arch/x86/boot/bzImage $PWD/_pkg 57.65 mv System.map System.map-without-modules 57.66 57.67 report step "Now build bzImage with modules" 57.68 # Build bzImage with modules 57.69 - cp -f ../stuff/$PACKAGE-$VERSION-slitaz.config .config 57.70 + cp -f $stuff/$PACKAGE-$VERSION-slitaz.config .config 57.71 make oldconfig 57.72 - ln .config slitaz/config 57.73 + ln .config $WOK/$PACKAGE/slitaz/config 57.74 make -j 4 bzImage && 57.75 make -j 4 modules && 57.76 make INSTALL_MOD_PATH=$PWD/_pkg modules_install && 57.77 make INSTALL_HDR_PATH=$PWD/_pkg/usr headers_install && 57.78 - [ -s arch/x86/boot/bzImage ] || return 1 57.79 + [ -s arch/x86/boot/bzImage ] || { report close-bloc; return 1; } 57.80 mkdir -p $PWD/_pkg/boot 2> /dev/null 57.81 mv arch/x86/boot/bzImage $PWD/_pkg/boot/vmlinuz-$VERSION-slitaz 57.82 # Compress all modules. 57.83 report step "Compressing all modules" 57.84 - $WOK/$PACKAGE/stuff/gztazmod.sh $PWD/_pkg/lib/modules/$VERSION-slitaz 57.85 + $stuff/gztazmod.sh $PWD/_pkg/lib/modules/$VERSION-slitaz 57.86 ln System.map System.map-modules 57.87 ln Module.symvers Module.symvers-modules 57.88 report close-bloc 57.89 @@ -114,13 +115,14 @@ 57.90 # Get the base modules 57.91 export src 57.92 export _pkg 57.93 - $src/slitaz/list_modules.sh \ 57.94 - $(cat stuff/modules-$VERSION.list) > $src/modules.list 57.95 + mkdir $WOK/tmp 57.96 + $WOK/$PACKAGE/stuff/list_modules.sh \ 57.97 + $(cat stuff/modules-$VERSION.list) > $WOK/tmp/modules.list 57.98 while read module; do 57.99 dir=$(dirname $module) 57.100 [ -d $path/$dir ] || mkdir -p $path/$dir 57.101 cp -a $_pkg/lib/modules/$VERSION-slitaz/kernel/$module $path/$dir 57.102 - done < $src/modules.list 57.103 + done < $WOK/tmp/modules.list 57.104 # Remove unresolved links 57.105 rm -f $fs/lib/modules/$VERSION-slitaz/build 57.106 rm -f $fs/lib/modules/$VERSION-slitaz/source
58.1 --- a/linux/stuff/check_modules.sh Thu Feb 17 01:45:49 2011 +0100 58.2 +++ b/linux/stuff/check_modules.sh Wed Feb 16 20:27:55 2011 +0000 58.3 @@ -4,48 +4,51 @@ 58.4 # 20090618 <jozee@slitaz.org> 58.5 # 20100528 <pankso@slitaz.org> 58.6 # 58.7 -WOK=$(cd `basedir $0` && pwd | sed 's/wok.*/wok/') 58.8 +#. /etc/slitaz/slitaz.conf 58.9 + 58.10 +#WOK=$LOCAL_REPOSITORY/wok 58.11 +WOK=$(cd `dirname $0` && pwd | sed 's/wok.*/wok/') 58.12 VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` 58.13 src="$WOK/linux/linux-$VERSION" 58.14 58.15 cd $src 58.16 -mkdir -p ../tmp 58.17 -rm -f ../tmp/* 58.18 +mkdir -p $WOK/tmp 58.19 +rm -f $WOK/tmp/* 58.20 58.21 echo -e "\nChecking for modules selected in .config but not in linux-* pkgs" 58.22 echo "======================================================================" 58.23 58.24 # create a packaged modules list 58.25 -cat ../stuff/modules-"$VERSION".list >> ../tmp/pkgs-modules-"$VERSION".list 58.26 +cat ../stuff/modules-"$VERSION".list >> $WOK/tmp/pkgs-modules-"$VERSION".list 58.27 58.28 for i in $(cd $WOK; ls -d linux-*) 58.29 do 58.30 tazpath="taz/$i-$VERSION" 58.31 for j in $(cat $WOK/$i/$tazpath/files.list | grep ".ko.gz") 58.32 do 58.33 - basename $j >> ../tmp/pkgs-modules-"$VERSION".list 58.34 + basename $j >> $WOK/tmp/pkgs-modules-"$VERSION".list 58.35 done 58.36 done 58.37 # get the original list in .config 58.38 for i in $(find $_pkg -iname "*.ko.gz") 58.39 do 58.40 - basename $i >> ../tmp/originial-"$VERSION".list 58.41 + basename $i >> $WOK/tmp/originial-"$VERSION".list 58.42 done 58.43 # compare original .config and pkged modules 58.44 -for i in $(cat ../tmp/originial-$VERSION.list) 58.45 +for i in $(cat $WOK/tmp/originial-$VERSION.list) 58.46 do 58.47 - if ! grep -qs "$i" ../tmp/pkgs-modules-"$VERSION".list ; then 58.48 + if ! grep -qs "$i" $WOK/tmp/pkgs-modules-"$VERSION".list ; then 58.49 modpath=`find $_pkg -iname "$i"` 58.50 echo "Orphan module: $i" 58.51 - echo "$i : $modpath" >> ../tmp/unpackaged-modules-"$VERSION".list 58.52 + echo "$i : $modpath" >> $WOK/tmp/unpackaged-modules-"$VERSION".list 58.53 fi 58.54 done 58.55 -if [ -f ../tmp/unpackaged-modules-"$VERSION".list ]; then 58.56 +if [ -f $WOK/tmp/unpackaged-modules-"$VERSION".list ]; then 58.57 echo "======================================================================" 58.58 echo -e "Check linux/tmp/unpackaged-modules-$VERSION.list for mod path\n" 58.59 else 58.60 echo -e "\nAll modules are packaged\n" 58.61 echo "======================================================================" 58.62 echo "" 58.63 - rm -rf ../tmp 58.64 + rm -rf $WOK/tmp 58.65 fi
59.1 --- a/linux/stuff/linux-2.6.37-slitaz.config Thu Feb 17 01:45:49 2011 +0100 59.2 +++ b/linux/stuff/linux-2.6.37-slitaz.config Wed Feb 16 20:27:55 2011 +0000 59.3 @@ -1,7 +1,7 @@ 59.4 # 59.5 # Automatically generated make config: don't edit 59.6 # Linux/i386 2.6.37 Kernel Configuration 59.7 -# Sat Jan 22 20:57:39 2011 59.8 +# Mon Feb 14 03:03:39 2011 59.9 # 59.10 # CONFIG_64BIT is not set 59.11 CONFIG_X86_32=y 59.12 @@ -2312,7 +2312,7 @@ 59.13 # CONFIG_BATTERY_BQ27x00 is not set 59.14 # CONFIG_BATTERY_MAX17040 is not set 59.15 CONFIG_HWMON=m 59.16 -# CONFIG_HWMON_VID is not set 59.17 +CONFIG_HWMON_VID=m 59.18 # CONFIG_HWMON_DEBUG_CHIP is not set 59.19 59.20 # 59.21 @@ -2322,7 +2322,6 @@ 59.22 CONFIG_SENSORS_ABITUGURU3=m 59.23 CONFIG_SENSORS_AD7414=m 59.24 CONFIG_SENSORS_AD7418=m 59.25 -CONFIG_SENSORS_ADCXX=m 59.26 CONFIG_SENSORS_ADM1021=m 59.27 CONFIG_SENSORS_ADM1025=m 59.28 CONFIG_SENSORS_ADM1026=m 59.29 @@ -2350,12 +2349,9 @@ 59.30 CONFIG_SENSORS_GPIO_FAN=m 59.31 CONFIG_SENSORS_CORETEMP=m 59.32 CONFIG_SENSORS_PKGTEMP=m 59.33 -CONFIG_SENSORS_IBMAEM=m 59.34 -CONFIG_SENSORS_IBMPEX=m 59.35 CONFIG_SENSORS_IT87=m 59.36 CONFIG_SENSORS_JC42=m 59.37 CONFIG_SENSORS_LM63=m 59.38 -CONFIG_SENSORS_LM70=m 59.39 CONFIG_SENSORS_LM73=m 59.40 CONFIG_SENSORS_LM75=m 59.41 CONFIG_SENSORS_LM77=m 59.42 @@ -2371,7 +2367,6 @@ 59.43 CONFIG_SENSORS_LTC4245=m 59.44 CONFIG_SENSORS_LTC4261=m 59.45 CONFIG_SENSORS_LM95241=m 59.46 -CONFIG_SENSORS_MAX1111=m 59.47 CONFIG_SENSORS_MAX1619=m 59.48 CONFIG_SENSORS_MAX6650=m 59.49 CONFIG_SENSORS_PC87360=m 59.50 @@ -2387,7 +2382,6 @@ 59.51 CONFIG_SENSORS_SMSC47M192=m 59.52 CONFIG_SENSORS_SMSC47B397=m 59.53 CONFIG_SENSORS_ADS7828=m 59.54 -CONFIG_SENSORS_ADS7871=m 59.55 CONFIG_SENSORS_AMC6821=m 59.56 CONFIG_SENSORS_THMC50=m 59.57 CONFIG_SENSORS_TMP102=m 59.58 @@ -2407,10 +2401,8 @@ 59.59 CONFIG_SENSORS_W83L786NG=m 59.60 CONFIG_SENSORS_W83627HF=m 59.61 CONFIG_SENSORS_W83627EHF=m 59.62 -CONFIG_SENSORS_WM831X=m 59.63 CONFIG_SENSORS_LIS3_I2C=m 59.64 CONFIG_SENSORS_APPLESMC=m 59.65 -CONFIG_SENSORS_MC13783_ADC=m 59.66 59.67 # 59.68 # ACPI drivers 59.69 @@ -3200,7 +3192,22 @@ 59.70 # 59.71 # Speakup console speech 59.72 # 59.73 -# CONFIG_SPEAKUP is not set 59.74 +CONFIG_SPEAKUP=m 59.75 +CONFIG_SPEAKUP_SYNTH_ACNTSA=m 59.76 +CONFIG_SPEAKUP_SYNTH_ACNTPC=m 59.77 +CONFIG_SPEAKUP_SYNTH_APOLLO=m 59.78 +CONFIG_SPEAKUP_SYNTH_AUDPTR=m 59.79 +CONFIG_SPEAKUP_SYNTH_BNS=m 59.80 +CONFIG_SPEAKUP_SYNTH_DECTLK=m 59.81 +CONFIG_SPEAKUP_SYNTH_DECEXT=m 59.82 +CONFIG_SPEAKUP_SYNTH_DECPC=m 59.83 +CONFIG_SPEAKUP_SYNTH_DTLK=m 59.84 +CONFIG_SPEAKUP_SYNTH_KEYPC=m 59.85 +CONFIG_SPEAKUP_SYNTH_LTLK=m 59.86 +CONFIG_SPEAKUP_SYNTH_SOFT=m 59.87 +CONFIG_SPEAKUP_SYNTH_SPKOUT=m 59.88 +CONFIG_SPEAKUP_SYNTH_TXPRT=m 59.89 +CONFIG_SPEAKUP_SYNTH_DUMMY=m 59.90 CONFIG_X86_PLATFORM_DEVICES=y 59.91 CONFIG_ACER_WMI=m 59.92 CONFIG_ASUS_LAPTOP=m