
Receipt for package "depmod"
# SliTaz package receipt. PACKAGE="depmod" VERSION="3.12" CATEGORY="base-system" SHORT_DESC="Kernel modules dependancy tool." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.kernel.org/pub/linux/utils/kernel/module-init-tools/" WANTED="module-init-tools" DEPENDS="wget glibc-base gcc-lib-base zlib lzlib" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/sbin cp $install/sbin/depmod $fs/sbin } # Overlap busybox pre_install() { rm -f "$1/sbin/depmod" } post_remove() { ln -s /bin/busybox "$1/sbin/depmod" }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)