
Receipt for package "linux64-mwave"
# SliTaz package receipt. PACKAGE="linux64-mwave" VERSION="5.10.221" CATEGORY="base-system" SHORT_DESC="The Linux kernel ACP Modem driver module (for IBM Thinkpad)" MAINTAINER="devel@slitaz.org" LICENSE="GPL2" DEPENDS="linux64" WANTED="linux" PROVIDE="linux-mwave:linux64" WEB_SITE="https://www.kernel.org/" HOST_ARCH="i486 x86_64" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { local path src=$WOK/linux64/source/tmp install=$install/linux64 path=lib/modules/$VERSION-slitaz64/kernel mkdir -p $fs/$path export src export install $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 $install/$path/$module $fs/$dir done } # Post install/remove commands for Tazpkg. post_install() { chroot "$root/" depmod -a $VERSION-slitaz64 } post_remove() { chroot "$root/" depmod -a $VERSION-slitaz64 }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)