# c-ray/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/vkoskiv/c-ray.git #--------------------------------------------------------------------- 2. This package was selected based on a "fossmendation" by Skunks are Better in the Fediverse. #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] altpkg = yes exepack = yes license = See "license*.txt" in installed tree licfile = LICENSE setpaths = $PRODTREE/sdl2 tmpsize = 73M #--------------------------------------------------------------------- [depends] cmake sdl #--------------------------------------------------------------------- [configure] mkdir obj && cd obj cmake \ -DCMAKE_BUILD_TYPE:STRING=RELEASE \ -DCMAKE_INSTALL_PREFIX:PATH=$PKGDIR_PROD \ -DCMAKE_INSTALL_LIBDIR=lib \ -DNO_SDL2=ON \ .. #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR cd obj smpmake || make mv bin/c-ray $BINDIR/ #--------------------------------------------------------------------- # 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] 210616 Added package. Started with a83dc010e ("git" hash). 210912 Updated to a510a6f89