wok-6.x diff depmod/receipt @ rev 3259
squirrelmail-html: fix ownership
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 01 13:00:06 2009 +0200 (2009-06-01) |
parents | |
children | 65c73b684987 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/depmod/receipt Mon Jun 01 13:00:06 2009 +0200 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="depmod" 1.7 +VERSION="3.2" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="Kernel modules dependancy tool." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +DEPENDS="zlib lzlib" 1.12 +WEB_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/" 1.13 +WANTED="module-init-tools" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/sbin 1.19 + cp $_pkg/sbin/depmod $fs/sbin 1.20 +}