
Receipt for package "linux-usbip"
# SliTaz package receipt. PACKAGE="linux-usbip" VERSION="3.16.55" CATEGORY="base-system" SHORT_DESC="The Linux kernel usbip module." MAINTAINER="devel@slitaz.org" LICENSE="GPL2" DEPENDS="linux" WANTED="linux" WEB_SITE="https://www.kernel.org/" PROVIDE="usbip-module" SUGGESTED="usbip" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { local path path=lib/modules/$VERSION-slitaz/kernel mkdir -p $fs/$path export src install $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 $install/$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 $VERSION-slitaz } post_remove() { sed -i "/^${PACKAGE#*-}\$/d" "$1/etc/filesystems" chroot "$1/" depmod -a $VERSION-slitaz }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)