# freedoom/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: ocgitfetch --run https://github.com/freedoom/freedoom.git #--------------------------------------------------------------------- 2. This package builds and installs four Doom WAD files: (a) freedm.wad - A FreeDoom deathmatch level-set (b) freedoom1.wad - A replacement for the Doom1 level-set (c) freedoom2.wad - A replacement for the Doom2 level-set (d) combined.wad - A combination of (b) and (c) used by "prfreeboom" #--------------------------------------------------------------------- 3. License information (from the official "FreeDoom" web site): "All material in the Freedoom project is released under the modified BSD license, allowing people to reuse it as they wish. FreeDoom con- tains a large collection of material. This includes Doom levels, sound effects, graphics and music." This information was obtained originally from: http://freedoom.sourceforge.net/about/ Note: This URL was valid as of mid-2007. However, it may have broken since then. #--------------------------------------------------------------------- 4. This version of "freedoom" requires "deutex" 5.2.2 or above at "build" time. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.23 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.23 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.50 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.02 hours (or 001.33 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #-------------------------------------------------------------------- [settings] altpkg = yes configure = none dontfind = imagemagick7 license = See "technotes" in "cfg" file nosyslinks = yes setpaths = imagemagick6 tmpsize = 243M #-------------------------------------------------------------------- [depends] cpancore deutex imagemagick6 perl ppmcaption # May not be needed zennode # Ditto #-------------------------------------------------------------------- [build] make DATADIR=$PKGDIR_PROD/data mkdir -p $DATADIR/ mv wads/*.wad $DATADIR/ make clean cp -p $PKGDIR_SPECIAL/combined.txt buildcfg.txt touch buildcfg.txt make mv wads/freedoom2.wad $DATADIR/combined.wad #--------------------------------------------------------------------- # 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 = tbd url_lfs = n/a url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 211005 Updated from 090108 to c924bcc80 ("git" hash) 211005 Build 4 WAD files as documented in the "technotes" section 211006 Updated to 8b21bcd5f 240329 Added a Gentoo patch to fix a FTBFS 241113 Updated to 61a091752