# pysweeper/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.00 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.02 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM 00.00 hours (or 000.02 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] configure = none defer = glibc64 # Needs pygame2; try pygame3 license = See "license*.txt" in installed tree licfile = LICENSE tmpsize = 1M #--------------------------------------------------------------------- [depends] pygame python:strict #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DATADIR=$PKGDIR_PROD/data mkdir -p $BINDIR $DATADIR sed -e "s@__META_DATADIR__@$DATADIR@" \ < pysweeper.in > $BINDIR/pysweeper chmod 755 $BINDIR/pysweeper cp -p *.png $DATADIR/ #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin PROGBASE=pysweeper SPCDIR=$PKGDIR_SPECIAL cd $BINDIR rm -fr $PROGBASE.bin mv $PROGBASE $PROGBASE.bin cp -p $SPCDIR/$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 = tbd url_home = tbd url_lfs = tbd url_tarball = tbd #--------------------------------------------------------------------- [history] 211003 Modified to work with "pygame" 2.0.1 211019 Fixed a bug that caused window lockups 241116 Increased size