# glslang/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: #!/bin/bash -e DATE6D=230219 DIRBASE=glslang-$DATE6D TARBALL=$DIRBASE.tar.bz2 rm -fr gitdir ocgitfetch --run \ --checkout=11.13.0 \ --deletegit \ --notar \ https://github.com/KhronosGroup/glslang.git cd gitdir || exit 1 mv glslang-git-* $DIRBASE || exit 1 pushd $DIRBASE || exit 1 ./update_glslang_sources.py || exit 1 git clone https://github.com/google/googletest.git \ External/googletest cd External/googletest git checkout 0c400f67fcf305869c5fb113dd296eca266c9725 popd || exit 1 tar jcf $TARBALL $DIRBASE/ || exit 1 tardate $TARBALL || exit 1 ls -l $TARBALL || exit 1 #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] license = See "license*.txt" in installed tree licfile = LICENSE.txt tmpsize = 397M #--------------------------------------------------------------------- [depends] cmake:forward tar #--------------------------------------------------------------------- [configure] mkdir obj && cd obj && cmake \ -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ -DCMAKE_INSTALL_LIBDIR=lib \ .. #--------------------------------------------------------------------- [build] cd obj smpmake smpmake install #--------------------------------------------------------------------- # 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 = special # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 230219 Added package. Started with 230219.