# atanks/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. Warning: If you update "atanks", you may need to delete old "ata- nks" runtime configuration files (i.e., individual users' copies of ".atanks-*" or ".atanks/*"). Deleting the configuration files will cause old settings to be lost, but failure to do this may lead to lockups or crashes. #--------------------------------------------------------------------- 2. "atanks" 2.9 dropped words from text messages in some cases. The problem still occurred in the 3.X series, but has not yet been observ- ed in the 4.X series. #--------------------------------------------------------------------- 3. "atanks" 3.0 had a data-corruption bug. Previously, this distro in- cluded a patch for the problem. "atanks" 3.1 corrected the issue, so the patch has been dropped. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.30 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.22 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.30 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.43 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.03 hours (or 001.75 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] altpkg = yes configure = none cppstd = gnu++98 exepack = yes license = See "license*.txt" in installed tree licfile = COPYING nosyslinks = yes tmpsize = 13M setpaths = allegro44 alsa jackone #--------------------------------------------------------------------- [depends] allegro44 alsa jackone #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DATADIR=$PKGDIR_PROD/data DOCDIR=$PKGDIR_PROD/doc MANDIR=$PKGDIR_PROD/man/man6 mkdir -p $BINDIR $DATADIR $DOCDIR $MANDIR PROGBASE=atanks SPCMISC=$PKGDIR_SPECIAL/misc SPCWRAP=$PKGDIR_SPECIAL/wrappers cp -p $SPCMISC/atanks.6 $MANDIR/ touch atanks rm atanks make chmod 644 *.dat text/*.txt make install cd $BINDIR mv $PROGBASE $PROGBASE.bin sed -e "s|__META_LACUTIL__|$SYSDIR_LACUTIL|g" \ -e "s|__META_PREFIX__|$PKGDIR_PROD|g" \ -e "s|__META_PRODTREE__|$PRODTREE|g" \ < $SPCWRAP/$PROGBASE.wrapper.in \ > $PROGBASE chmod 755 $PROGBASE #--------------------------------------------------------------------- # 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 = http://packages.debian.org/unstable/source/atanks url_home = http://atanks.sourceforge.net/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/sourceforge/\ atanks/atanks-4.3.tar.gz