# keen/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 keen-genius \ --deletegit \ https://github.com/gerstrong/Commander-Genius.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] compiler = clang defer = glibc64 license = See "license*.txt" in installed tree licfile = LICENSE setpaths = curl sdl2 xorg zlib #--------------------------------------------------------------------- [depends] alsa brotli cmake cryptsetup curl dav1d db flac fluidsynth gtkcore jackone jpeg jsonc lame libaom libavif libbsd libgme libidn2 libjxl libogg libpsl librtmp libsamplerate libsasl libsndfile libssh2 libunistring libvorbis libwebp libxmp libyuv mpg123 ncurses opus opusfile pcre2 pulseaudio readline sdl tiff util-linux xorg xzutils zlib zstd #--------------------------------------------------------------------- [configure] SHADIR=$PKGDIR_PROD/share mkdir obj && cd obj cmake \ -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ -DCMAKE_INSTALL_LIBDIR=lib \ \ -DSHAREDIR=$SHADIR \ .. #--------------------------------------------------------------------- [build] cd obj && smpmake && make install #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin PROGDIR=$PKGDIR_PROD/program SPCDIR=$PKGDIR_SPECIAL mkdir -p $BINDIR $PROGDIR #--------------------------------------------------------------------- cd $PKGDIR_PROD mv games/CGeniusExe $PROGDIR/ rmdir games cd $PROGDIR tar zxf $PKGDIR_SPECIAL/CommanderGenius.tar.gz mv {,.}CommanderGenius chown -R games.games . chmod u+s CGeniusExe #--------------------------------------------------------------------- PROGBASE=keen-genius 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_home = tbd url_lfs = n/a url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 260505 Added package 260505 Started with b3e63f5f2 ("git" hash)