# fuseiso/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. "fuseiso" can be used to mount ISO devices and/or files. It has at least one advantage over "mount" (which can do the same thing): "fuse- iso" can be used by ordinary users without "sudo" or special privile- ges. Note: Although users don't need special privileges to use "fuseiso", they need "read" access to the ISO objects used. If they don't have "read" access, "sudo" is a possible fallback measure. #--------------------------------------------------------------------- 2. To mount a device or file using "fuseiso", use a command similar to the following: fuseiso /dev/cdrom /mnt/directory or fuseiso /tmp/foo.iso /mnt/directory Substitute the appropriate device, file, and/or directory paths for the sample paths shown here. To unmount something that was mounted previously by "fuseiso", use a command like this: fusermount -u /mnt/goggles Note: "umount" should also work, provided that you have sufficient privileges to run it. #--------------------------------------------------------------------- 3. In the past, the official home page for this package was located at: http://fuse.sourceforge.net/wiki/index.php/FuseIso However, as of early 2008, the page seemed to be gone. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.23 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.30 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.32 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.50 minutes) - Toshiba Satellite C655 E-300 CPU 4GB RAM 00.01 hours (or 000.75 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = GNU General Public License, version 2 (June 1991) dontfind = fuse310 setpaths = fuse209 tmpsize = 2M #--------------------------------------------------------------------- [depends] actools fusecore gawk grep gtkcore sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- # 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 = See "technotes" in "cfg" file url_lfs = n/a url_tarball = http://ubiz.ru/dm/fuseiso-20070708.tar.bz2 #--------------------------------------------------------------------- [history]