wok diff cromfs-or-squashfs/receipt @ rev 4088

Up: glpi (0.72.21)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Sep 16 13:54:48 2009 +0000 (2009-09-16)
parents
children cf567ff858f6
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cromfs-or-squashfs/receipt	Wed Sep 16 13:54:48 2009 +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 +}