Dash:
[t2.git] / package / graphic / autopano-sift / autopano-sift.conf
blob4c07ff480d3e5f7b1a1b4099cd8b5a74a30f0155
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/autopano-sift/autopano-sift.conf
3 # Copyright (C) 2006 - 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 . $base/package/*/mono/mono.in
14 atps_main () {
15     make clean all
16     rm -f bin/*win32.exe
17     cp -vf bin/*.exe $root$bindir/
18     cp -vf bin/*.dll $root$libdir/
21 srcdir="autopano-sift-$ver/src"
22 makeopt=
23 makeinstopt=
24 hook_add postmake 5 "atps_main"