# SliTaz package receipt.

PACKAGE="cromfs-or-squashfs"
VERSION="1.0"
CATEGORY="meta"
SHORT_DESC="Read only compressed filesystem."
MAINTAINER="pascal.bellard@slitaz.org"
WEB_SITE="http://www.slitaz.org/"
DEPENDS="squashfs"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    # Have a file to avoid errors with tazpkg install.
    mkdir -p $fs/usr
}