# dosemu/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. The filename extensions associated with this package's tarballs # have been changed from ".tgz" to ".tar.gz". #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.68 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 001.22 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 001.42 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.11 hours (or 006.45 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = See "license.txt" under the installed tree unpack = relaxed setpaths = xorg tmpsize = 27M #--------------------------------------------------------------------- [depends] actools alsa bison3 flac flex fluidsynth gawk gpm grep libsndfile sdl slang xorg #--------------------------------------------------------------------- [configure] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc ETCDIR=$PKGDIR_PROD/etc MANBASE=$PKGDIR_PROD/man VARDIR=/var/dosemu mkdir -p $VARDIR $BINDIR $DOCDIR $ETCDIR $MANBASE chmod 777 $VARDIR rm -fr /etc/dosemu.{conf,users} cp -p $PKGDIR_SPECIAL/dosemu-freedos-1.0-bin.tar.gz \ dosemu-freedos-bin.tgz bash ./configure \ --prefix=$PKGDIR_PROD \ --bindir=$BINDIR \ --enable-cpuemu \ --localstatedir=$VARDIR \ --mandir=$MANBASE \ --sysconfdir=$ETCDIR \ --with-docdir=$DOCDIR \ --with-syshdimagedir=$VARDIR #--------------------------------------------------------------------- [postbuild] DOCDIR=$PKGDIR_PROD/doc mkdir -p $DOCDIR cp -a COPYING.DOSEMU $DOCDIR/license.txt chmod 755 `find $PKGDIR_PROD -name \*.so` rm -fr $PKGDIR_PROD/man/ru #--------------------------------------------------------------------- [setup.boot] VARDIR=/var/dosemu mkdir -p $VARDIR chmod 777 $VARDIR #--------------------------------------------------------------------- # 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 = tbd url_home = http://dosemu.sourceforge.net/ url_lfs = n/a url_tarball_main = http://downloads.sourceforge.net/dosemu/\ dosemu-1.4.0.tgz url_tarball_extra = http://downloads.sourceforge.net/dosemu/\ dosemu-freedos-1.0-bin.tgz