1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/sparc-utils/sparc-utils.conf
3 # Copyright (C) 2004 - 2024 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 ---
15 hook_add prepatch 3 "f=`match_source_file -p sparc.*.diff`; $(get_compressor $f) -d < $f | patch -p1"
18 eval $MAKE CC=$CC -C src piggyback piggyback64
19 eval $MAKE CC=$CC -C prtconf-1.3 all
20 #eval $MAKE -C sparc32-1.1
21 # eval $MAKE CC=$CC $makeopt -C audioctl-1.3
23 install src/piggyback src/piggyback64 $root$bindir/
24 install prtconf-1.3/prtconf $root$bindir/
25 install prtconf-1.3/eeprom $root$bindir/
26 #install sparc32-1.1/sparc32 $root$bindir/
27 # ln -sf sparc32 $root$bindir/sparc64
28 # install audioctl-1.3/audioctl $root$bindir/
30 hook_add inmake 5 "sparc_utils_make"