# pysolfc/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The following command was used: ocgitfetch --run \ https://github.com/shlomif/PySolFC.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none defer = glibc64 # Needs pygame2; try pygame3 license = See "license*.txt" in installed tree licfile = COPYING loopmove = yes tmpsize = 20M #--------------------------------------------------------------------- [depends] pygame python:strict python3-core:strict tcltk #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin PROGDIR=$PKGDIR_PROD/program SPCDIR=$PKGDIR_SPECIAL find $PRODTREE/python3/ | grep -i pysol | rmfromlist -d rm -fr `find $PRODTREE/python3/ | grep -i pysol` tar zxf $SPCDIR/configobj*.tar.gz cd configobj* python3 setup.py build python3 setup.py install cd .. rm -fr configobj* tar zxf $SPCDIR/pysol_cards*.tar.gz cd pysol_cards* python3 setup.py build python3 setup.py install cd .. rm -fr pysol_cards* make all_games_html make rules make mo python3 setup.py build cd data rm -fr .PySolFC mkdir .PySolFC tar jxf $SPCDIR/PySolFC-Cardsets-3.1.tar.bz2 mv PySolFC-Cardsets-3.1 cardsets mv ../pysol.py ../pysollib . chown -R 0.0 . find . -type d -exec chmod 777 "{}" \; cd .. rm -fr $PROGDIR mv data $PROGDIR mkdir -p $BINDIR cd $BINDIR cp -p $SPCDIR/pysolfc . chmod 755 pysolfc #--------------------------------------------------------------------- # 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 = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 211003 Added package 211003 Started with 2.14.0 260502 Updated to 6100a33e5 ("git" hash) 260502 Reworked build procedure 260502 Added single-instance support