wok-4.x view cromfs-or-squashfs/receipt @ rev 2411
Up: lighttpd (1.4.22) - Regressions fix
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Mar 10 11:36:32 2009 +0100 (2009-03-10) |
parents | |
children | cf567ff858f6 |
line source
1 # SliTaz package receipt.
3 PACKAGE="cromfs-or-squashfs"
4 VERSION="1.0"
5 CATEGORY="meta"
6 SHORT_DESC="Read only compresed filesystem."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.slitaz.org/"
9 DEPENDS="squashfs"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 for pkg in $DEPENDS
15 do
16 tazwok genpkg $pkg
17 done
18 # Have a file to avoid errors with tazpkg install.
19 mkdir -p $fs/usr
20 }