# HG changeset patch # User Pascal Bellard # Date 1334648831 -7200 # Node ID 419afb749ac292b5a48ce5472b7206a8e887d5c2 # Parent 6b148befc73273bc35700bfd5883a11de9007889 Add linux64 modules diff -r 6b148befc732 -r 419afb749ac2 linux-input-misc/receipt --- a/linux-input-misc/receipt Tue Apr 17 08:34:19 2012 +0200 +++ b/linux-input-misc/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -7,6 +7,7 @@ SHORT_DESC="The Linux kernel misc. input drivers, including the ATI RemoteWonders." MAINTAINER="rcx@zoominternet.net" WANTED="linux" +DEPENDS="linux" WEB_SITE="http://www.kernel.org/" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 6b148befc732 -r 419afb749ac2 linux-input-tablet/receipt --- a/linux-input-tablet/receipt Tue Apr 17 08:34:19 2012 +0200 +++ b/linux-input-tablet/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -7,6 +7,7 @@ SHORT_DESC="The Linux kernel tablet input drivers." MAINTAINER="rcx@zoominternet.net" WANTED="linux" +DEPENDS="linux" WEB_SITE="http://www.kernel.org/" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 6b148befc732 -r 419afb749ac2 linux-input-touchscreen/receipt --- a/linux-input-touchscreen/receipt Tue Apr 17 08:34:19 2012 +0200 +++ b/linux-input-touchscreen/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -7,6 +7,7 @@ SHORT_DESC="The Linux kernel touchscreen input drivers." MAINTAINER="jozee@slitaz.org" WANTED="linux" +DEPENDS="linux" WEB_SITE="http://www.kernel.org/" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 6b148befc732 -r 419afb749ac2 linux-irda/receipt --- a/linux-irda/receipt Tue Apr 17 08:34:19 2012 +0200 +++ b/linux-irda/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -7,6 +7,7 @@ SHORT_DESC="The Linux kernel irda modules." MAINTAINER="devel@slitaz.org" WANTED="linux" +DEPENDS="linux" WEB_SITE="http://www.kernel.org/" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 6b148befc732 -r 419afb749ac2 linux-usb-misc/receipt --- a/linux-usb-misc/receipt Tue Apr 17 08:34:19 2012 +0200 +++ b/linux-usb-misc/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -7,6 +7,7 @@ SHORT_DESC="The Linux kernel misc. USB drivers, including the Lego USB tower." MAINTAINER="rcx@zoominternet.net" WANTED="linux" +DEPENDS="linux" WEB_SITE="http://www.kernel.org/" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 6b148befc732 -r 419afb749ac2 linux-wimax/receipt --- a/linux-wimax/receipt Tue Apr 17 08:34:19 2012 +0200 +++ b/linux-wimax/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -7,6 +7,7 @@ SHORT_DESC="The Linux kernel wimax modules." MAINTAINER="devel@slitaz.org" WANTED="linux" +DEPENDS="linux" WEB_SITE="http://www.kernel.org/" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 6b148befc732 -r 419afb749ac2 linux64-acpi/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-acpi/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,47 @@ +# SliTaz package receipt. + +PACKAGE="linux64-acpi" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel acpi modules." +DEPENDS="linux64" +MAINTAINER="devel@slitaz.org" +WANTED="linux" +PROVIDE="linux-acpi" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/acpi drivers/platform/x86 | \ + while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-agp/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-agp/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,46 @@ +# SliTaz package receipt. + +PACKAGE="linux64-agp" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel AGP modules." +MAINTAINER="erjo@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-agp" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/char/agp | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-appletalk/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-appletalk/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,49 @@ +# SliTaz package receipt. + +PACKAGE="linux64-appletalk" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel appletalk modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-appletalk" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + + export src + export _pkg + + $wanted_stuff/list_modules.sh drivers/net/appletalk net/appletalk \ + net/802/p8022.ko.gz | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-arcnet/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-arcnet/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,48 @@ +# SliTaz package receipt. + +PACKAGE="linux64-arcnet" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="arcnet kernel modules" +MAINTAINER="slaxemulator@gmail.com" +WANTED="linux" +PROVIDE="linux-arcnet" +WEB_SITE="http://kernel.org/" +DEPENDS="linux64" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + + export src + export _pkg + + $wanted_stuff/list_modules.sh drivers/net/arcnet drivers/net/arcnet/arcnet.ko.gz \ + drivers/net/arcnet/com90xx.ko.gz drivers/net/arcnet/rfc1051.ko.gz | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} diff -r 6b148befc732 -r 419afb749ac2 linux64-autofs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-autofs/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,45 @@ +# SliTaz package receipt. + +PACKAGE="linux64-autofs" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel automounter module." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-autofs" +WEB_SITE="http://www.kernel.org/" +CONFIG_FILES="/etc/filesystems" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path $fs/etc + export src + export _pkg + $wanted_stuff/list_modules.sh fs/autofs4 | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + touch $fs/etc/filesystems +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ + echo "${PACKAGE#*-}" >> $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-bluetooth/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-bluetooth/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,46 @@ +# SliTaz package receipt. + +PACKAGE="linux64-bluetooth" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel bluetooth modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-bluetooth" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/bluetooth net/bluetooth | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-bridge/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-bridge/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,46 @@ +# SliTaz package receipt. + +PACKAGE="linux64-bridge" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel bridge modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-bridge" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh net/bridge | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-cifs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-cifs/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,45 @@ +# SliTaz package receipt. + +PACKAGE="linux64-cifs" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel cifs module." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-cifs" +WEB_SITE="http://www.kernel.org/" +CONFIG_FILES="/etc/filesystems" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path $fs/etc + export src + export _pkg + $wanted_stuff/list_modules.sh fs/cifs | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + touch $fs/etc/filesystems +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ + echo "${PACKAGE#*-}" >> $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-coda/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-coda/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,45 @@ +# SliTaz package receipt. + +PACKAGE="linux64-coda" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel coda module." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-coda" +WEB_SITE="http://www.kernel.org/" +CONFIG_FILES="/etc/filesystems" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path $fs/etc + export src + export _pkg + $wanted_stuff/list_modules.sh fs/coda | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + touch $fs/etc/filesystems +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ + echo "${PACKAGE#*-}" >> $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-configfs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-configfs/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,45 @@ +# SliTaz package receipt. + +PACKAGE="linux64-configfs" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel configfs module." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-configfs" +WEB_SITE="http://www.kernel.org/" +CONFIG_FILES="/etc/filesystems" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path $fs/etc + export src + export _pkg + $wanted_stuff/list_modules.sh fs/${PACKAGE#*-} | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + touch $fs/etc/filesystems +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ + echo "${PACKAGE#*-}" >> $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-cpufreq/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-cpufreq/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,41 @@ +# SliTaz package receipt. + +PACKAGE="linux64-cpufreq" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel cpufreq modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-cpufreq" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/cpufreq | \ + while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-cramfs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-cramfs/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,45 @@ +# SliTaz package receipt. + +PACKAGE="linux64-cramfs" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel cramfs module." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-cramfs" +WEB_SITE="http://www.kernel.org/" +CONFIG_FILES="/etc/filesystems" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path $fs/etc + export src + export _pkg + $wanted_stuff/list_modules.sh fs/cramfs | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + touch $fs/etc/filesystems +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ + echo "${PACKAGE#*-}" >> $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-crypto/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-crypto/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,47 @@ +# SliTaz package receipt. + +PACKAGE="linux64-crypto" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel crypto modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-crypto" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh arch/x86/crypto crypto drivers/crypto | \ + while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-cryptoloop/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-cryptoloop/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,41 @@ +# SliTaz package receipt. + +PACKAGE="linux64-cryptoloop" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel cryptoloop modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64-crypto" +WANTED="linux" +PROVIDE="linux-cryptoloop" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/block/cryptoloop.ko.gz | \ + while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-dialup/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-dialup/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,48 @@ +# SliTaz package receipt. + +PACKAGE="linux64-dialup" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel dial-up modules." +MAINTAINER="domcox@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-dialup" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/tty/serial/serial_cs.ko.gz \ + drivers/usb/serial/option.ko.gz drivers/net/usb/hso.ko.gz | \ + while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-dlm/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-dlm/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,46 @@ +# SliTaz package receipt. + +PACKAGE="linux64-dlm" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel dlmfs module." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-dlm" +WEB_SITE="http://www.kernel.org/" +CONFIG_FILES="/etc/filesystems" + +# Modules paths and list +MOD_PATH="lib/modules/$BASEVER-slitaz/kernel" +MODULES="fs/dlm/dlm.ko.gz" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + _pkg=$_pkg/linux64 + mkdir -p ${fs}/${MOD_PATH} $fs/etc + for module in $MODULES + do + dir=$MOD_PATH/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$MOD_PATH/$module $fs/$dir + done + touch $fs/etc/filesystems +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ + echo "${PACKAGE#*-}" >> $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-drm/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-drm/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,51 @@ +# SliTaz package receipt. + +PACKAGE="linux64-drm" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel drm module." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64-agp" +WANTED="linux" +PROVIDE="linux-drm" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/gpu/drm | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done + + # remove drivers/char/agp kernel modules cause there in linux-agp package + if [ -d $fs/$path/drivers/char/agp ]; then + rm -rf $fs/$path/drivers/char/agp + fi +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-firewire/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-firewire/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,40 @@ +# SliTaz package receipt. + +PACKAGE="linux64-firewire" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel firewire modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-firewire" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/firewire | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-gfs2/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-gfs2/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,45 @@ +# SliTaz package receipt. + +PACKAGE="linux64-gfs2" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel gfs2 module." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-gfs2" +WEB_SITE="http://www.kernel.org/" +CONFIG_FILES="/etc/filesystems" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path $fs/etc + export src + export _pkg + $wanted_stuff/list_modules.sh fs/gfs2 | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + touch $fs/etc/filesystems +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ + echo "${PACKAGE#*-}" >> $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-hfs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-hfs/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,45 @@ +# SliTaz package receipt. + +PACKAGE="linux64-hfs" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel hfs module." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-hfs" +WEB_SITE="http://www.kernel.org/" +CONFIG_FILES="/etc/filesystems" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path $fs/etc + export src + export _pkg + $wanted_stuff/list_modules.sh fs/${PACKAGE#*-} | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + touch $fs/etc/filesystems +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ + echo "${PACKAGE#*-}" >> $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-hfsplus/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-hfsplus/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,44 @@ +# SliTaz package receipt. + +PACKAGE="linux64-hfsplus" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel hfsplus module." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-hfsplus" +WEB_SITE="http://www.kernel.org/" +CONFIG_FILES="/etc/filesystems" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path $fs/etc + export src + export _pkg + $wanted_stuff/list_modules.sh fs/hfsplus | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + touch $fs/etc/filesystems +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ + echo "${PACKAGE#*-}" >> $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} diff -r 6b148befc732 -r 419afb749ac2 linux64-hwmon/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-hwmon/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,46 @@ +# SliTaz package receipt. + +PACKAGE="linux64-hwmon" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel hwmon modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-hwmon" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/hwmon | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-input-misc/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-input-misc/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,46 @@ +# SliTaz package receipt. + +PACKAGE="linux64-input-misc" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel misc. input drivers, including the ATI RemoteWonders." +MAINTAINER="rcx@zoominternet.net" +WANTED="linux" +DEPENDS="linux64" +PROVIDE="linux-input-misc" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/input/misc | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-input-tablet/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-input-tablet/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,41 @@ +# SliTaz package receipt. + +PACKAGE="linux64-input-tablet" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel tablet input drivers." +MAINTAINER="rcx@zoominternet.net" +WANTED="linux" +DEPENDS="linux64" +PROVIDE="linux-input-tablet" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/input/tablet | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-input-touchscreen/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-input-touchscreen/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,47 @@ +# SliTaz package receipt. + +PACKAGE="linux64-input-touchscreen" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel touchscreen input drivers." +MAINTAINER="jozee@slitaz.org" +WANTED="linux" +DEPENDS="linux64" +PROVIDE="linux-input-touchscreen" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/input/touchscreen | \ + while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-ipv6/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-ipv6/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,46 @@ +# SliTaz package receipt. + +PACKAGE="linux64-ipv6" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel ipv6 modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-ipv6" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh net/ipv6 | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-irda/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-irda/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,42 @@ +# SliTaz package receipt. + +PACKAGE="linux64-irda" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel irda modules." +MAINTAINER="devel@slitaz.org" +WANTED="linux" +DEPENDS="linux64" +PROVIDE="linux-irda" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + + export src + export _pkg + + $wanted_stuff/list_modules.sh drivers/net/irda net/irda | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-isdn/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-isdn/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,46 @@ +# SliTaz package receipt. + +PACKAGE="linux64-isdn" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel isdn modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-isdn" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/isdn | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-jfs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-jfs/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,44 @@ +# SliTaz package receipt. + +PACKAGE="linux64-jfs" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel jfs module." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-jfs" +WEB_SITE="http://www.kernel.org/" +CONFIG_FILES="/etc/filesystems" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path $fs/etc + export src + export _pkg + $wanted_stuff/list_modules.sh fs/jfs | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + touch $fs/etc/filesystems +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ + echo "${PACKAGE#*-}" >> $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} diff -r 6b148befc732 -r 419afb749ac2 linux64-joystick/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-joystick/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,48 @@ +# SliTaz package receipt. + +PACKAGE="linux64-joystick" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel joystick modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-joystick" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/input/joystick drivers/input/gameport \ + drivers/input/input-polldev.ko.gz | \ + while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-kvm/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-kvm/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,43 @@ +# SliTaz package receipt. + +PACKAGE="linux64-kvm" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel kvm and virtio modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-kvm" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh arch/x86/kvm drivers/virtio drivers/lguest \ + drivers/char/hw_random/virtio-rng.ko.gz \ + drivers/net/virtio_net.ko.gz drivers/block/virtio_blk.ko.gz | \ + while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-logfs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-logfs/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,45 @@ +# SliTaz package receipt. + +PACKAGE="linux64-logfs" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel logfs module." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-logfs" +WEB_SITE="http://www.kernel.org/" +CONFIG_FILES="/etc/filesystems" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path $fs/etc + export src + export _pkg + $wanted_stuff/list_modules.sh fs/${PACKAGE#*-} | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + touch $fs/etc/filesystems +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ + echo "${PACKAGE#*-}" >> $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-md/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-md/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,50 @@ +# SliTaz package receipt. + +PACKAGE="linux64-md" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel md modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-md" +WEB_SITE="http://www.kernel.org/" +DEPENDS="linux-crypto" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/md | while read module; do + case "$module" in + crypto/*) continue;; + esac + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-media/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-media/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,46 @@ +# SliTaz package receipt. + +PACKAGE="linux64-media" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel media modules." +MAINTAINER="slaxemulator@gmail.com" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-media" +WEB_SITE="http://kernel.org" + +# Modules paths and list +MOD_PATH="lib/modules/$BASEVER-slitaz/kernel" +MODULES="drivers/media drivers/mfd" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + _pkg=$_pkg/linux64 + mkdir -p ${fs}/${MOD_PATH} + for module in $MODULES + do + dir=$MOD_PATH/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$MOD_PATH/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} diff -r 6b148befc732 -r 419afb749ac2 linux64-memstick/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-memstick/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,48 @@ +# SliTaz package receipt. + +PACKAGE="linux64-memstick" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel sony memory stick modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-memstick" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + + export src + export _pkg + + $wanted_stuff/list_modules.sh drivers/memstick | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-minix/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-minix/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,45 @@ +# SliTaz package receipt. + +PACKAGE="linux64-minix" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel minix module." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-minix" +WEB_SITE="http://www.kernel.org/" +CONFIG_FILES="/etc/filesystems" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path $fs/etc + export src + export _pkg + $wanted_stuff/list_modules.sh fs/${PACKAGE#*-} | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + touch $fs/etc/filesystems +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ + echo "${PACKAGE#*-}" >> $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-mmc/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-mmc/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,47 @@ +# SliTaz package receipt. + +PACKAGE="linux64-mmc" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel mmc modules (card reader)." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-mmc" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/mmc drivers/misc/tifm_7xx1.ko.gz drivers/misc/iwmc3200top/iwmc3200top.ko.gz| \ + while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-mwave/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-mwave/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,40 @@ +# SliTaz package receipt. + +PACKAGE="linux64-mwave" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel ACP Modem driver module (for IBM Thinkpad)" +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-mwave" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/char/mwave | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-ncpfs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-ncpfs/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,45 @@ +# SliTaz package receipt. + +PACKAGE="linux64-ncpfs" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel ncpfs module." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-ncpfs" +WEB_SITE="http://www.kernel.org/" +CONFIG_FILES="/etc/filesystems" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path $fs/etc + export src + export _pkg + $wanted_stuff/list_modules.sh fs/ncpfs | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + touch $fs/etc/filesystems +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ + echo "${PACKAGE#*-}" >> $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-netfilter/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-netfilter/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,50 @@ +# SliTaz package receipt. + +PACKAGE="linux64-netfilter" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel netfilter modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-netfilter" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + + export src + export _pkg + + $wanted_stuff/list_modules.sh net/netfilter net/ipv4/netfilter net/8021q | \ + while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + rm -r $fs/$path/net/ipv6 + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-nfsd/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-nfsd/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,45 @@ +# SliTaz package receipt. + +PACKAGE="linux64-nfsd" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel NFS server module." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-nfsd" +WEB_SITE="http://www.kernel.org/" +CONFIG_FILES="/etc/filesystems" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path $fs/etc + export src + export _pkg + $wanted_stuff/list_modules.sh fs/nfsd | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + touch $fs/etc/filesystems +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ + echo "${PACKAGE#*-}" >> $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-ocfs2/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-ocfs2/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,47 @@ +# SliTaz package receipt. + +PACKAGE="linux64-ocfs2" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="ocfs2 filesystem" +MAINTAINER="slaxemualtor@gmail.com" +WEB_SITE="http://kernel.org/" +WANTED="linux" +DEPENDS="linux64" +PROVIDE="linux-ocfs2" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + + export src + export _pkg + + $wanted_stuff/list_modules.sh fs/ocfs2 | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} diff -r 6b148befc732 -r 419afb749ac2 linux64-radio/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-radio/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,49 @@ +# SliTaz package receipt. + +PACKAGE="linux64-radio" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel radio modules." +MAINTAINER="slaxemulator@gmail.com" +WANTED="linux" +WEB_SITE="http://kernel.org/" +DEPENDS="linux64" +PROVIDE="linux-radio" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + + export src + export _pkg + + $wanted_stuff/list_modules.sh drivers/media/radio | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-reiserfs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-reiserfs/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,45 @@ +# SliTaz package receipt. + +PACKAGE="linux64-reiserfs" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel reiserfs module." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-reiserfs" +WEB_SITE="http://www.kernel.org/" +CONFIG_FILES="/etc/filesystems" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path $fs/etc + export src + export _pkg + $wanted_stuff/list_modules.sh fs/reiserfs | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + touch $fs/etc/filesystems +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ + echo "${PACKAGE#*-}" >> $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-sched/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-sched/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,42 @@ +# SliTaz package receipt. + +PACKAGE="linux64-sched" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel sched modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-sched" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + + export src + export _pkg + + $wanted_stuff/list_modules.sh net/sched | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-scsi/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-scsi/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,40 @@ +# SliTaz package receipt. + +PACKAGE="linux64-scsi" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel scsi modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-scsi" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/scsi | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-speakup/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-speakup/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,46 @@ +# SliTaz package receipt. + +PACKAGE="linux64-speakup" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel Speakup modules." +MAINTAINER="erjo@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-speakup" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/staging/speakup | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-squashfs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-squashfs/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,45 @@ +# SliTaz package receipt. + +PACKAGE="linux64-squashfs" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel squashfs module." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +WEB_SITE="http://www.kernel.org/" +PROVIDE="squashfs-module" +CONFIG_FILES="/etc/filesystems" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path $fs/etc + export src + export _pkg + $wanted_stuff/list_modules.sh fs/squashfs | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + touch $fs/etc/filesystems +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ + echo "${PACKAGE#*-}" >> $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-staging/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-staging/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,47 @@ +# SliTaz package receipt. + +PACKAGE="linux64-staging" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="staging kernel modules" +MAINTAINER="slaxemualtor@gmail.com" +WANTED="linux" +PROVIDE="linux-staging" +WEB_SITE="http://kernel.org/" +DEPENDS="linux64" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + + export src + export _pkg + + $wanted_stuff/list_modules.sh drivers/staging | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} diff -r 6b148befc732 -r 419afb749ac2 linux64-toshiba/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-toshiba/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,40 @@ +# SliTaz package receipt. + +PACKAGE="linux64-toshiba" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel toshiba module." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-toshiba" +WEB_SITE="http://www.kernel.org/" + +# Modules paths and list +MOD_PATH="lib/modules/$BASEVER-slitaz/kernel" +MODULES="drivers/char/toshiba.ko.gz" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + _pkg=$_pkg/linux64 + mkdir -p ${fs}/${MOD_PATH} + for module in $MODULES + do + dir=$MOD_PATH/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$MOD_PATH/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} diff -r 6b148befc732 -r 419afb749ac2 linux64-usb-misc/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-usb-misc/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,41 @@ +# SliTaz package receipt. + +PACKAGE="linux64-usb-misc" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel misc. USB drivers, including the Lego USB tower." +MAINTAINER="rcx@zoominternet.net" +WANTED="linux" +DEPENDS="linux64" +PROVIDE="linux-usb-misc" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/usb/misc | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-usbdsl/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-usbdsl/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,43 @@ +# SliTaz package receipt. + +PACKAGE="linux64-usbdsl" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel usb dsl modem modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-usbdsl" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + + export src + export _pkg + + $wanted_stuff/list_modules.sh drivers/usb/atm net/atm | \ + while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-usbip/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-usbip/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,44 @@ +# SliTaz package receipt. + +PACKAGE="linux64-usbip" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel usbip module." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-usbip" +WEB_SITE="http://www.kernel.org/" +PROVIDE="usbip-module" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $wanted_stuff/list_modules.sh drivers/staging/usbip | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ + echo "${PACKAGE#*-}" >> $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-uwb/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-uwb/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,43 @@ +# SliTaz package receipt. + +PACKAGE="linux64-uwb" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel uwb modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-uwb" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + + export src + export _pkg + + $wanted_stuff/list_modules.sh drivers/uwb drivers/usb/wusbcore \ + drivers/usb/host/whci | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-video/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-video/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,41 @@ +# SliTaz package receipt. + +PACKAGE="linux64-video" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel video modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux64" +WANTED="linux" +PROVIDE="linux-video" +WEB_SITE="http://www.kernel.org/" + +# Modules paths and list +MOD_PATH="lib/modules/$BASEVER-slitaz/kernel" +MODULES="drivers/video/backlight" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + _pkg=$_pkg/linux64 + mkdir -p ${fs}/${MOD_PATH} + for module in $MODULES + do + dir=$MOD_PATH/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$MOD_PATH/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-wan/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-wan/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,47 @@ +# SliTaz package receipt. + +PACKAGE="linux64-wan" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="Wide Area Networks (WANs) kernel modules" +MAINTAINER="slaxemulator@gmail.com" +WANTED="linux" +PROVIDE="linux-wan" +WEB_SITE="http://kernel.org/" +DEPENDS="linux-wireless" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + + export src + export _pkg + + $wanted_stuff/list_modules.sh drivers/net/wan | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} diff -r 6b148befc732 -r 419afb749ac2 linux64-wimax/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-wimax/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,48 @@ +# SliTaz package receipt. + +PACKAGE="linux64-wimax" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel wimax modules." +MAINTAINER="devel@slitaz.org" +WANTED="linux" +DEPENDS="linux64" +PROVIDE="linux-wimax" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + + export src + export _pkg + + $wanted_stuff/list_modules.sh drivers/net/wimax net/wimax | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-wireless/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-wireless/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,53 @@ +# SliTaz package receipt. + +PACKAGE="linux64-wireless" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel wireless modules." +MAINTAINER="devel@slitaz.org" +WANTED="linux" +PROVIDE="linux-wireless" +WEB_SITE="http://www.kernel.org/" +DEPENDS="linux-crypto wireless_tools" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + _pkg=$_pkg/linux64 + path=lib/modules/$BASEVER-slitaz/kernel + mkdir -p $fs/$path + + export src + export _pkg + + $wanted_stuff/list_modules.sh drivers/net/wireless drivers/staging/wlan-ng \ + drivers/staging/echo drivers/leds net/wireless net/mac80211 \ + drivers/staging/rtl8192e/r8192e_pci.ko.gz drivers/staging/rtl8712/r8712u.ko.gz \ + drivers/staging/rtl8187se/r8187se.ko.gz drivers/staging/rtl8192u/r8192u_usb.ko.gz \ + drivers/staging/crystalhd/crystalhd.ko.gz \ + drivers/staging/sm7xx/sm7xx.ko.gz | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + + for i in $(cat $wanted_stuff/modules.list); do + if [ -f $fs/$path/$i ]; then + rm -f $fs/$path/$i + fi + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + +post_remove() +{ + chroot "$1/" depmod -a $BASEVER-slitaz +} + diff -r 6b148befc732 -r 419afb749ac2 linux64-without-modules/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux64-without-modules/receipt Tue Apr 17 09:47:11 2012 +0200 @@ -0,0 +1,19 @@ +# SliTaz package receipt. + +PACKAGE="linux64-without-modules" +VERSION="3.2.14" +BASEVER="${VERSION:0:3}" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel without module support." +MAINTAINER="devel@slitaz.org" +WANTED="linux" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + _pkg=$_pkg/linux64 + mkdir -p $fs/boot + cp -a $_pkg/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules +} +