wok view aufs-module/receipt @ rev 3270

mhwaveedit: Add chinese name and comment to mhwaveedit.desktop
author Chen Yufei <tsjz@ymail.com>
date Tue Jun 02 12:38:19 2009 +0800 (2009-06-02)
parents f8b7522f8eb2
children
line source
1 # SliTaz package receipt.
3 PACKAGE="aufs-module"
4 VERSION="20081206"
5 CATEGORY="base-system"
6 SHORT_DESC="Stackable unification FileSystem Linux kernel module."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="linux"
9 WEB_SITE="http://aufs.sourceforge.net/"
10 WANTED="aufs"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 cp -a $_pkg/lib $fs
16 }
18 # Post install/remove commands for Tazpkg.
19 post_install()
20 {
21 chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
22 }
24 post_remove()
25 {
26 depmod -a
27 }