wok annotate cromfs-or-squashfs/receipt @ rev 3656

Up: libsoup (2.6.23)
author Mallory Mollo <mallory@sweetpeople.org>
date Tue Jul 07 17:02:44 2009 +0200 (2009-07-07)
parents
children cf567ff858f6
rev   line source
pascal@1881 1 # SliTaz package receipt.
pascal@1881 2
pascal@1881 3 PACKAGE="cromfs-or-squashfs"
pascal@1881 4 VERSION="1.0"
pascal@1881 5 CATEGORY="meta"
pascal@1881 6 SHORT_DESC="Read only compresed filesystem."
pascal@1881 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1881 8 WEB_SITE="http://www.slitaz.org/"
pascal@1881 9 DEPENDS="squashfs"
pascal@1881 10
pascal@1881 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1881 12 genpkg_rules()
pascal@1881 13 {
pascal@1881 14 for pkg in $DEPENDS
pascal@1881 15 do
pascal@1881 16 tazwok genpkg $pkg
pascal@1881 17 done
pascal@1881 18 # Have a file to avoid errors with tazpkg install.
pascal@1881 19 mkdir -p $fs/usr
pascal@1881 20 }