wok diff fusecloop/receipt @ rev 16999

Add cloop-utils
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 11 16:07:58 2014 +0200 (2014-08-11)
parents 4904e3d374a9
children bcb6fa8e2c36
line diff
     1.1 --- a/fusecloop/receipt	Tue Jun 11 10:41:23 2013 +0200
     1.2 +++ b/fusecloop/receipt	Mon Aug 11 16:07:58 2014 +0200
     1.3 @@ -13,9 +13,10 @@
     1.4  ADVANCECOMP_TARBALL="advancecomp-$ADVANCECOMP_VERSION.tar.gz"
     1.5  ADVANCECOMP_URL="$SF_MIRROR/advancemame/$ADVANCECOMP_TARBALL"
     1.6  EXTRA_SOURCE_FILES="$ADVANCECOMP_TARBALL"
     1.7 +
     1.8  DEPENDS="fuse zlib gcc-lib-base"
     1.9  BUILD_DEPENDS="fuse-dev zlib-dev"
    1.10 -SUGGESTED="fuseiso"
    1.11 +SUGGESTED="fuseiso cloop-utils"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15 @@ -44,7 +45,5 @@
    1.16  {
    1.17  	mkdir -p $fs/usr/bin
    1.18  	cp $src/fusecloop $fs/usr/bin
    1.19 -	cp $src/extract_compressed_fs $fs/usr/bin
    1.20 -	cp $src/advancecomp-*/advdef $fs/usr/bin/create_compressed_fs
    1.21  }
    1.22