wok-6.x diff cromfs-or-squashfs/receipt @ rev 2732
Add: vcdimager, vcdimager-dev, vcdimager-xmltools
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Fri Apr 24 07:38:33 2009 +0000 (2009-04-24) |
parents | |
children | cf567ff858f6 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cromfs-or-squashfs/receipt Fri Apr 24 07:38:33 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 +}