# cromfs/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. "mkcromfs" and/or "cromfs-driver" seem to handle typical directory trees correctly. However, these tools don't work with directory trees that contain very large directories. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.58 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.01 hours (or 000.62 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.63 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.82 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.08 hours (or 004.60 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] cppstd = gnu++98 exepack = yes license = See "license*.txt" in installed tree licfile = COPYING dontfind = fuse310 setpaths = fuse209 tmpsize = 11M #--------------------------------------------------------------------- [depends] fuse209 openssl #--------------------------------------------------------------------- [configure] sed -e 's/^CFLAGS=""/CFLAGS="-fno-defer-pop"/' \ -e 's/^CPPFLAGS=""/CPPFLAGS="-fno-defer-pop"/' \ -e 's/OPTIM -O3/OPTIM -O2/' \ -i configure bash ./configure #--------------------------------------------------------------------- [build] make make install cd install mv progs bin mv docs doc pushd doc rm ChangeLog mv README.html cromfs.html popd cp -a * $PKGDIR_PROD/ #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = n/a url_home = http://bisqwit.iki.fi/source/cromfs.html url_lfs = n/a url_tarball = http://bisqwit.iki.fi/src/arch/\ cromfs-1.5.10.2.tar.bz2