# vchess/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. "vchess" is an implementation of Vulcan Chess. For instructions # and rules, see the web pages installed by this package. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.20 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.25 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.63 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none exepack = yes license = GNU General Public License, version 2 (June 1991) nosyslinks = yes unpack = relaxed setpaths = xorg tmpsize = 4M #--------------------------------------------------------------------- [depends] cpancore # Including Gtk2 libpng xorg # Must provide OpenGL #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DATADIR=$PKGDIR_PROD/data DOCDIR=$PKGDIR_PROD/doc MISCDIR=$PKGDIR_PROD/misc SPCICONS=$PKGDIR_SPECIAL/icons SPCMISC=$PKGDIR_SPECIAL/misc SPCWRAP=$PKGDIR_SPECIAL/wrappers mkdir -p $BINDIR $DATADIR $DOCDIR $MISCDIR cp -a $SPCICONS/ocaalert.png $MISCDIR/alert.png mkdir -p $DATADIR/{fonts,models,textures} for x in *.c do sed -e "s|\"data/|\"$DATADIR/|g" -i $x done make make install cp -p README $DOCDIR/readme.txt pushd $DOCDIR unzip -oq $SPCMISC/vchess-doc.zip mv vchess-doc/* . rmdir vchess-doc popd pushd $BINDIR ln -nsf vulcan vchess.bin sed -e "s|__META_LACUTIL__|$SYSDIR_LACUTIL|g" \ -e "s|__META_PREFIX__|$PKGDIR_PROD|g" \ -e "s|__META_PRODTREE__|$PRODTREE|g" \ < $SPCWRAP/vchess.wrapper.in \ > vchess chmod 755 vchess popd #--------------------------------------------------------------------- # 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://www.fzort.org/mpr/projects/vulcan/ url_lfs = n/a url_tarball = http://www.fzort.org/mpr/projects/vulcan/\ vulcan-0.92.tar.gz