wok-current view aufs-utils/receipt @ rev 1823
Add aufs
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Sat Dec 06 22:26:39 2008 +0100 (2008-12-06) | 
| parents | |
| children | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="aufs-utils"
     4 VERSION="20081206"
     5 CATEGORY="base-system"
     6 SHORT_DESC="Stackable unification FileSystem utilities."
     7 MAINTAINER="pascal.bellard@ads-lu.com"
     8 WEB_SITE="http://$PACKAGE.sourceforge.net/"
     9 WANTED="aufs"
    11 # Rules to gen a SliTaz package suitable for Tazpkg.
    12 genpkg_rules()
    13 {
    14 	cp -a $_pkg/sbin $_pkg/etc $fs
    15 }