wok view depmod/receipt @ rev 3511

change ohci_hcd for full hard disk install on usb disk
author Rohit Joshi <jozee@slitaz.org>
date Fri Jun 19 15:56:06 2009 +0000 (2009-06-19)
parents 8785eea6ab59
children 71c7aacfbbb2
line source
1 # SliTaz package receipt.
3 PACKAGE="depmod"
4 VERSION="3.9"
5 CATEGORY="base-system"
6 SHORT_DESC="Kernel modules dependancy tool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="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 }