wok view aufs-module/receipt @ rev 1883

aufs-module: fix WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 17 14:47:20 2008 +0000 (2008-12-17)
parents e50c7e65f610
children f8b7522f8eb2
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@ads-lu.com"
8 WEB_SITE="http://aufs.sourceforge.net/"
9 WANTED="aufs"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 cp -a $_pkg/lib $fs
15 }
17 # Post install/remove commands for Tazpkg.
18 post_install()
19 {
20 depmod -a -b "$1/"
21 }
23 post_remove()
24 {
25 depmod -a
26 }