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" HOST_ARCH="i486 x86_64" # 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" }
6063 packages and 233209 files in current database (Sat Dec 21 00:00:03 2024)