# diamonds/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package installs a program named "rockslevel" that can be used to run a specific Rocks'n'Diamonds levelset. For more information, execute "rockslevel" (after installation) or see the "rockslevel" sou- rce code. #--------------------------------------------------------------------- 2. Presently, the upstream version of Rocks'n'Diamonds uses Right Con- trol as the default "drop explosives" key (or as the default "fire gun" key, in the Old West variation). However, some keyboards don't have Right Control. Additionally, some people may prefer to use a key on the left side of the keyboard for these purposes. We could change the default setting. However, instead, this distro's version of "diamonds" adds a 2nd "drop" and/or "fire" key: Left Shift. Either that key or Right Control should work. #--------------------------------------------------------------------- [buildtimes] 00.02 hours (or 000.98 minutes) - ThinkPad W530 i7 4x2 32GB RAM # Build times for older releases (not directly comparable to the times # above): 00.01 hours (or 000.33 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.35 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.67 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.04 hours (or 002.15 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] altpkg = yes configure = none exepack = yes license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 12M unpack = relaxed setpaths = sdl2 #--------------------------------------------------------------------- [depends] alsa jpeg libpng libvorbis sdl tiff #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin PROGDIR=$PKGDIR_PROD/program DOCDIR=$PKGDIR_PROD/doc SPCDIR=$PKGDIR_SPECIAL mkdir -p $BINDIR $DOCDIR $PROGDIR touch rocksndiamonds rm rocksndiamonds smpmake rm -fr src rm -fr INSTALL Makefile build-* cp -a * $PROGDIR/ cd $PROGDIR/ chown -R 0.0 . chmod 755 `find . -type d` cd $BINDIR/ cp -p $SPCDIR/wrappers/* . cp -p $SPCDIR/general/rockslevel . chmod 755 * cd $PROGDIR/ rm -fr levels tar zxf $PKGDIR_SPECIAL/general/levels.tgz #--------------------------------------------------------------------- # 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://www.artsoft.org/rocksndiamonds/ url_lfs = n/a url_tarball = https://www.artsoft.org/RELEASES/linux/\ rocksndiamonds/rocksndiamonds-4.3.0.1.tar.gz #--------------------------------------------------------------------- [history] 191001 Updated from 3.3.0.1 to 3.3.1.2 211121 Updated to 4.3.0.1 211121 Added more levels