wok diff cromfs-or-squashfs/receipt @ rev 8008
Fix: ffmpeg need coreutils-file-special to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Jan 18 23:36:57 2011 +0100 (2011-01-18) |
parents | 30f92a431a9a |
children |
line diff
1.1 --- a/cromfs-or-squashfs/receipt Wed Dec 17 11:56:35 2008 +0000 1.2 +++ b/cromfs-or-squashfs/receipt Tue Jan 18 23:36:57 2011 +0100 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="cromfs-or-squashfs" 1.5 VERSION="1.0" 1.6 CATEGORY="meta" 1.7 -SHORT_DESC="Read only compresed filesystem." 1.8 +SHORT_DESC="Read only compressed filesystem." 1.9 MAINTAINER="pascal.bellard@slitaz.org" 1.10 WEB_SITE="http://www.slitaz.org/" 1.11 DEPENDS="squashfs" 1.12 @@ -11,10 +11,6 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - for pkg in $DEPENDS 1.17 - do 1.18 - tazwok genpkg $pkg 1.19 - done 1.20 # Have a file to avoid errors with tazpkg install. 1.21 mkdir -p $fs/usr 1.22 }