* updated korganizer (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / graphic / cgtoolkit / cgtoolkit.conf
blobdd31739d51daf0b026f3a2471f1d56efa8b86fd6
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/cgtoolkit/cgtoolkit.conf
3 # Copyright (C) 2010 - 2022 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
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 ---
12 autoextract=0
14 cgtoolkit_main() {
15         case $arch in
16                 x86) f="`match_source_file -p x86`" ;;
17                 x86-64) f="`match_source_file -p x86_64`" ;;
18         esac
19         [ "$f" ] || abort "No binary for this architecture detected!"
20         
21         tar $taropt $f
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
28 makeopt=
29 makeinstopt=
30 hook_add postmake 5 "cgtoolkit_main"