wok view depmod/receipt @ rev 7946

Up mpd (0.16.1), may need to rollback to 0.15.15 and add 0.16.x to wok-undigest
author Paul Issott <paul@slitaz.org>
date Sat Jan 15 17:12:06 2011 +0000 (2011-01-15)
parents c755ed365a9b
children b90843fa3804
line source
1 # SliTaz package receipt.
3 PACKAGE="depmod"
4 VERSION="3.12"
5 CATEGORY="base-system"
6 SHORT_DESC="Kernel modules dependancy tool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="glibc-base gcc-lib-base zlib lzlib"
9 WEB_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/"
10 WANTED="module-init-tools"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/sbin
16 cp $_pkg/sbin/depmod $fs/sbin
17 }
19 # Busybox depmod symlink currently not included in the BusyBox package
20 #pre_install()
21 #{
22 # rm -f $1/sbin/depmod
23 #}
24 #
25 #post_remove()
26 #{
27 # ln -s /bin/busybox /sbin/depmod
28 #}