# HG changeset patch # User Pascal Bellard # Date 1228938003 0 # Node ID ca15fff92039a0f85e90585749c425470407139b # Parent fac71ab90788929237c8db458d6ffec172033820 slitaz-loram: depends on cromfs-or-squashfs diff -r fac71ab90788 -r ca15fff92039 cromfs/receipt --- a/cromfs/receipt Wed Dec 10 17:20:52 2008 +0000 +++ b/cromfs/receipt Wed Dec 10 19:40:03 2008 +0000 @@ -10,6 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://bisqwit.iki.fi/source/cromts.html" WGET_URL="http://bisqwit.iki.fi/src/arch/$TARBALL" +PROVIDE="cromfs-or-squashfs" # Rules to configure and make the package. compile_rules() diff -r fac71ab90788 -r ca15fff92039 slitaz-loram/receipt --- a/slitaz-loram/receipt Wed Dec 10 17:20:52 2008 +0000 +++ b/slitaz-loram/receipt Wed Dec 10 19:40:03 2008 +0000 @@ -5,7 +5,7 @@ CATEGORY="misc" SHORT_DESC="Rules to build low ram rootfs.gz." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="cromfs" +DEPENDS="cromfs-or-squashfs" WEB_SITE="http://www.slitaz.org/" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r fac71ab90788 -r ca15fff92039 squashfs/receipt --- a/squashfs/receipt Wed Dec 10 17:20:52 2008 +0000 +++ b/squashfs/receipt Wed Dec 10 19:40:03 2008 +0000 @@ -10,6 +10,7 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="zlib squashfs-module" BUILD_DEPENDS="zlib-dev patch lzma" +PROVIDE="cromfs-or-squashfs" # Rules to configure and make the package. compile_rules()