* updated firefox (133.0.3 -> 134.0.2)
[t2sde.git] / package / sparc / sparc-utils / sparc-utils.conf
blob7de1185d0693cf9e9ceaca2bddfde3f6dfbf88ea
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/sparc-utils/sparc-utils.conf
3 # Copyright (C) 2004 - 2024 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 makeopt=
13 makeinstopt=
15 hook_add prepatch 3 "f=`match_source_file -p sparc.*.diff`; $(get_compressor $f) -d < $f | patch -p1"
17 sparc_utils_make() {
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"