[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/cgtoolkit/cgtoolkit.desc [COPY] Copyright (C) 2010 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A compiler for the Cg language, and runtime libraries [T] The Cg Toolkit provides a compiler for the Cg language, runtime libraries [T] for use with both leading graphics APIs, runtime libraries for CgFX, example [T] applications, and extensive documentation. Supporting over 20 different [T] OpenGL and DirectX profile targets, Cg will allow you to incorporate [T] stunning interactive effects into your 3D applications. The components [T] include Nvidia's Cg compiler, CgFX runtime, manual and language reference. [U] https://developer.nvidia.com/object/cg_toolkit.html [A] NVIDIA Corporation [M] luisbf [C] extra/graphic [F] BINARY CROSS [R] + x86 x86-64 [L] Free-to-use [S] Stable [V] 3.1 [D] 2c313c847319848059f9040d90ceb865e91786159c31cad5999ed13a Cg-3.1_April2012_x86.tgz http://developer.download.nvidia.com/cg/Cg_3.1/ [D] a58a5ad24595bcb3dc34d99ce2218cc4e86c8ef29e025eb0dcb1822e Cg-3.1_April2012_x86_64.tgz http://developer.download.nvidia.com/cg/Cg_3.1/ autoextract=0 cgtoolkit_main() { case $arch in x86) f="`match_source_file -p x86`" ;; x86-64) f="`match_source_file -p x86_64`" ;; esac [ "$f" ] || abort "No binary for this architecture detected!" tar $taropt $f cp usr/bin/cgc $root$bindir cp usr/${libdir##*/}/* $root$libdir cp usr/include/Cg $root$includedir -fr cp usr/local/Cg $root$datadir -fr } runmake=0 hook_add postmake 5 "cgtoolkit_main"