# pysolfc/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] altpkg = yes configure = none defer = glibc64 # Needs pygame2; try pygame3 license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 20M #--------------------------------------------------------------------- [depends] pygame python:strict #--------------------------------------------------------------------- [build] SD=$PKGDIR_SPECIAL BINDIR=$PKGDIR_PROD/bin PROGDIR=$PKGDIR_PROD/program mkdir -p $BINDIR $PROGDIR cp -a * $PROGDIR/ cd $PROGDIR/ rm -fr data/music tar zxf $SD/pysol-music-4.40.tar.gz mv pysol-music-4.40/data/music/ data/ rm -fr pysol-music-4.40 rm -fr data/cardsets tar jxf $SD/PySolFC-Cardsets-2.1PRE.tar.bz2 mv PySolFC-Cardsets-2.1PRE data/cardsets chown -R 0.0 . chmod 777 `find . -type d` cd $BINDIR cat > pysolfc.bin << END cd $PROGDIR python pysol.py END cp -p $PKGDIR_SPECIAL/pysolfc.wrapper.in pysolfc chmod 755 pysolfc pysolfc.bin ln -nsf pysolfc pysol #--------------------------------------------------------------------- # 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 = https://downloads.sourceforge.net/pysolfc/\ PySolFC-2.14.0.tar.xz #--------------------------------------------------------------------- [history] 211003 Added package. Started with 2.14.0.