# bagger-pacman/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 bagger-pacman \ --deletegit \ https://github.com/BaggerFast/Pacman.git #--------------------------------------------------------------------- 2. This distro's version of "bagger-pacman" can be executed at the CLI level either with or without the option switch "--fun". If "--fun" is specified, an alternative soundtrack is used. The "bagger-pacman" wrapper used terminates any existing instance of the program. This makes it easier to switch between the "--fun" and non "--fun" modes. #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in installed tree licfile = LICENSE.txt #--------------------------------------------------------------------- [depends] pygame sdl #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin PROGDIR=$PKGDIR_PROD/program mkdir -p $BINDIR $PROGDIR sed -e 's/"PACMAN"/"Bagger Pacman"/' \ -i run.py pacman/scenes/menu_scene.py cp -a * $PROGDIR/ cd $PROGDIR/ PROGBASE=bagger-pacman #--------------------------------------------------------------------- mv run.py $PROGBASE.py rm pyproject.toml requirements.txt cp -p $PKGDIR_SPECIAL/storage.json . #--------------------------------------------------------------------- cat > $PROGBASE.sh << END exec python3 $PROGBASE.py END chmod 755 $PROGBASE.sh #--------------------------------------------------------------------- chmod -R a+w $PROGDIR/ chown -R 0.0 $PROGDIR/ #--------------------------------------------------------------------- cd $BINDIR cp -p $PKGDIR_SPECIAL/$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 = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 260503 Added package 260503 Started with d0958033a ("git" hash)