wok-current diff depmod/receipt @ rev 3896
get-google-chrome: do not create empty packages if /usr/bin/ar not exist
author | Liu Peng <rocky@slitaz.org> |
---|---|
date | Fri Aug 14 13:21:54 2009 +0000 (2009-08-14) |
parents | 65c73b684987 |
children | c755ed365a9b |
line diff
1.1 --- a/depmod/receipt Mon Jun 08 20:53:36 2009 +0200 1.2 +++ b/depmod/receipt Fri Aug 14 13:21:54 2009 +0000 1.3 @@ -1,11 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="depmod" 1.7 -VERSION="3.9" 1.8 +VERSION="3.10" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Kernel modules dependancy tool." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 -DEPENDS="zlib lzlib" 1.13 +DEPENDS="glibc-base gcc-lib-base zlib lzlib" 1.14 WEB_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/" 1.15 WANTED="module-init-tools" 1.16 1.17 @@ -15,3 +15,14 @@ 1.18 mkdir -p $fs/sbin 1.19 cp $_pkg/sbin/depmod $fs/sbin 1.20 } 1.21 + 1.22 +# Busybox depmod symlink currently not included in the BusyBox package 1.23 +#pre_install() 1.24 +#{ 1.25 +# rm -f $1/sbin/depmod 1.26 +#} 1.27 +# 1.28 +#post_remove() 1.29 +#{ 1.30 +# ln -s /bin/busybox /sbin/depmod 1.31 +#}