wok-6.x annotate depmod/receipt @ rev 8741
sqlite: split package
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Feb 19 21:49:37 2011 +0100 (2011-02-19) |
parents | c755ed365a9b |
children | b90843fa3804 |
rev | line source |
---|---|
pascal@2925 | 1 # SliTaz package receipt. |
pascal@2925 | 2 |
pascal@2925 | 3 PACKAGE="depmod" |
gokhlayeh@7897 | 4 VERSION="3.12" |
pascal@2925 | 5 CATEGORY="base-system" |
pascal@2925 | 6 SHORT_DESC="Kernel modules dependancy tool." |
pascal@2925 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
rcx@3742 | 8 DEPENDS="glibc-base gcc-lib-base zlib lzlib" |
pascal@2925 | 9 WEB_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/" |
pascal@2925 | 10 WANTED="module-init-tools" |
pascal@2925 | 11 |
pascal@2925 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2925 | 13 genpkg_rules() |
pascal@2925 | 14 { |
pascal@2925 | 15 mkdir -p $fs/sbin |
pascal@2925 | 16 cp $_pkg/sbin/depmod $fs/sbin |
pascal@2925 | 17 } |
rcx@3742 | 18 |
rcx@3742 | 19 # Busybox depmod symlink currently not included in the BusyBox package |
rcx@3742 | 20 #pre_install() |
rcx@3742 | 21 #{ |
rcx@3742 | 22 # rm -f $1/sbin/depmod |
rcx@3742 | 23 #} |
rcx@3742 | 24 # |
rcx@3742 | 25 #post_remove() |
rcx@3742 | 26 #{ |
rcx@3742 | 27 # ln -s /bin/busybox /sbin/depmod |
rcx@3742 | 28 #} |