# mohave/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. "mohave" modifies "xmahjongg". Specifically, "mohave" adds a theme- selection GUI and various data files. #--------------------------------------------------------------------- 2. This distro uses a modified version of "mohave". It's based on up- stream as it was circa March 2007. The files used were obtained orig- inally from: a. http://www.tikmark.com/Mohave/Mohave.txt b. http://www.tikmark.com/Mohave/backgrounds.tar.gz c. http://www.tikmark.com/Mohave/layouts.tar.gz d. http://www.tikmark.com/Mohave/tilesets.tar.gz Note: These URLs were valid as of March 2007, but they may have broken since then. However, you should be able to get copies of the "mohave" files listed above from the same place that you obtained the modified package. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.02 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.03 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.07 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM # Note: This doesn't count the time required to build "xmahjongg". #--------------------------------------------------------------------- [settings] configure = none license = GNU General Public License, version 2 (June 1991) proddir = $PRODTREE/xmahjongg purge = no revision = special shareddir = yes tmpsize = 1M unpack = none #--------------------------------------------------------------------- [depends] cpancore sed tcltk xmahjongg:strict #--------------------------------------------------------------------- [build] cd $PKGDIR_PROD/bin sed -e "s|/opt/xmahjongg|$PKGDIR_PROD/|g" \ < $PKGDIR_SPECIAL/mohave.in \ > mohave cp -p $PKGDIR_SPECIAL/runjongg . chmod 755 mohave runjongg cd $PKGDIR_PROD/share/xmahjongg tar jxf $PKGDIR_SPECIAL/mohave-data-*.tar.bz2 #--------------------------------------------------------------------- # 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 = Not checked yet url_home = http://www.tikmark.com/Mohave/mohave.html url_lfs = n/a url_tarball = n/a # See "technotes" in "cfg" file