# makebootfat/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. Presently, the source tarball that's used for this package is # very old (it dates back to 2005). However, as of mid-2007, it was # the latest known official release. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.22 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.22 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.23 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.77 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] exepack = yes license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 3M #--------------------------------------------------------------------- [depends] syslinux #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE rm -f mbrfat.bin bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --mandir=$MANBASE #--------------------------------------------------------------------- [build] make make mbrfat.bin make install #--------------------------------------------------------------------- [postbuild] DOCDIR=$PKGDIR_PROD/doc LIBDIR=$PKGDIR_PROD/lib mkdir -p $DOCDIR $LIBDIR cp -p COPYING $DOCDIR/license.txt cp -p mbrfat.bin $LIBDIR/ #--------------------------------------------------------------------- # 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://advancemame.sourceforge.net/boot-readme.html url_lfs = n/a url_tarball = http://downloads.sourceforge.net/sourceforge/\ advancemame/makebootfat-1.4.tar.gz #--------------------------------------------------------------------- [about] "makebootfat" is a command-line utility that creates bootable USB disks using the FAT filesystem and "syslinux". "makebootfat" is able to autodetect / partition / format / populate a USB disk in a single step without user interaction. It's also able to create disk images that are compatible with three USB disk standards at the same time (USB-FDD, USB-HDD and USB-ZIP).