# allegroids/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: ocgitfetch --run \ https://github.com/cpilipis/allegro_asteroids.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] addopt = -O3 compiler = gcc configure = none license = See "license*.txt" in installed tree licfile = LICENSE unpack = relaxed setpaths = allegro-legacy alsa jackone xorg #--------------------------------------------------------------------- [depends] allegro5 allegro-legacy #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin PROGDIR=$PKGDIR_PROD/program DOCDIR=$PKGDIR_PROD/doc PROGBASE=allegroids mkdir -p $BINDIR $DOCDIR $PROGDIR LACINCDIRS=$LACINCDIRS:$PRODTREE/allegro5/include LACLDDIRS=$LACLDDIRS:$PRODTREE/allegro5/lib gcc -O3 -o allegroids src/main.c -lalleg \ -lallegro -lallegro_primitives -lallegro_main \ -lallegro_audio -lallegro_acodec -lallegro_font \ -lallegro_ttf \ -lm -lc rm -fr Asteroids src compile.sh cp -a * $PROGDIR/ cd $BINDIR sed -e "s|__META_LACUTIL__|$SYSDIR_LACUTIL|g" \ -e "s|__META_PREFIX__|$PKGDIR_PROD|g" \ -e "s|__META_PRODTREE__|$PRODTREE|g" \ < $PKGDIR_SPECIAL/$PROGBASE.wrapper.in \ > $PROGBASE chmod 755 $PROGBASE cd $PROGDIR cp -p $PRODTREE/allegro-legacy/cfg/*.cfg . #--------------------------------------------------------------------- # 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] 250615 Added package 250615 Started with 9305a5f70 ("git" hash)