1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/cgtoolkit/cgtoolkit.conf
3 # Copyright (C) 2010 - 2022 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
16 x86) f="`match_source_file -p x86`" ;;
17 x86-64) f="`match_source_file -p x86_64`" ;;
19 [ "$f" ] || abort "No binary for this architecture detected!"
22 cp usr/bin/cgc $root$bindir
23 cp usr/${libdir##*/}/* $root$libdir
24 cp usr/include/Cg $root$includedir -fr
25 cp usr/share/* $root$datadir -fr
26 cp usr/local/Cg $root$datadir -fr
30 hook_add postmake 5 "cgtoolkit_main"