wok rev 1882

aufs*: use squashfs naming convention
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 17 14:43:38 2008 +0000 (2008-12-17)
parents 30f92a431a9a
children dad369eb3126
files aufs-module/receipt aufs-utils/receipt aufs/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/aufs-module/receipt	Wed Dec 17 14:43:38 2008 +0000
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="aufs-module"
     1.7 +VERSION="20081206"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="Stackable unification FileSystem Linux kernel module."
    1.10 +MAINTAINER="pascal.bellard@ads-lu.com"
    1.11 +WEB_SITE="http://$PACKAGE.sourceforge.net/"
    1.12 +WANTED="aufs"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	cp -a $_pkg/lib $fs
    1.18 +}
    1.19 +
    1.20 +# Post install/remove commands for Tazpkg.
    1.21 +post_install()
    1.22 +{
    1.23 +	depmod -a -b "$1/"
    1.24 +}
    1.25 +
    1.26 +post_remove()
    1.27 +{
    1.28 +	depmod -a
    1.29 +}
    1.30 +
     2.1 --- a/aufs-utils/receipt	Wed Dec 17 11:56:35 2008 +0000
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,15 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="aufs-utils"
     2.7 -VERSION="20081206"
     2.8 -CATEGORY="base-system"
     2.9 -SHORT_DESC="Stackable unification FileSystem utilities."
    2.10 -MAINTAINER="pascal.bellard@ads-lu.com"
    2.11 -WEB_SITE="http://$PACKAGE.sourceforge.net/"
    2.12 -WANTED="aufs"
    2.13 -
    2.14 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.15 -genpkg_rules()
    2.16 -{
    2.17 -	cp -a $_pkg/sbin $_pkg/etc $fs
    2.18 -}
     3.1 --- a/aufs/receipt	Wed Dec 17 11:56:35 2008 +0000
     3.2 +++ b/aufs/receipt	Wed Dec 17 14:43:38 2008 +0000
     3.3 @@ -3,9 +3,10 @@
     3.4  PACKAGE="aufs"
     3.5  VERSION="20081206"
     3.6  CATEGORY="base-system"
     3.7 -SHORT_DESC="Stackable unification FileSystem Linux kernel module."
     3.8 +SHORT_DESC="Stackable unification FileSystem utilities."
     3.9  MAINTAINER="pascal.bellard@ads-lu.com"
    3.10  WEB_SITE="http://$PACKAGE.sourceforge.net/"
    3.11 +DEPENDS="aufs-module"
    3.12  BUILD_DEPENDS="cvs"
    3.13  
    3.14  # Rules to configure and make the package.
    3.15 @@ -37,21 +38,9 @@
    3.16  	done
    3.17  }
    3.18  
    3.19 -
    3.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.21  genpkg_rules()
    3.22  {
    3.23 -	cp -a $_pkg/lib $fs
    3.24 +	cp -a $_pkg/sbin $_pkg/etc $fs
    3.25  }
    3.26  
    3.27 -# Post install/remove commands for Tazpkg.
    3.28 -post_install()
    3.29 -{
    3.30 -	depmod -a -b "$1/"
    3.31 -}
    3.32 -
    3.33 -post_remove()
    3.34 -{
    3.35 -	depmod -a
    3.36 -}
    3.37 -