wok-4.x diff cromfs-or-squashfs/receipt @ rev 2967
Up: rsync (3.0.6)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat May 09 18:39:24 2009 +0200 (2009-05-09) |
parents | |
children | cf567ff858f6 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cromfs-or-squashfs/receipt Sat May 09 18:39:24 2009 +0200 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 +}