wok rev 1881

Add cromfs-or-squashfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 17 11:56:35 2008 +0000 (2008-12-17)
parents 505478053dd0
children e50c7e65f610
files cromfs-or-squashfs/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cromfs-or-squashfs/receipt	Wed Dec 17 11:56:35 2008 +0000
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="cromfs-or-squashfs"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="meta"
     1.9 +SHORT_DESC="Read only compresed filesystem."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +WEB_SITE="http://www.slitaz.org/"
    1.12 +DEPENDS="squashfs"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +    for pkg in $DEPENDS
    1.18 +    do
    1.19 +        tazwok genpkg $pkg
    1.20 +    done
    1.21 +    # Have a file to avoid errors with tazpkg install.
    1.22 +    mkdir -p $fs/usr
    1.23 +}