* yet more dir-less .cache DEP updates
[t2sde.git] / package / textproc / gawk / gawk.conf
blobae30d9b9370129a1e581d4e04a04905eb2b29c84
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/gawk/gawk.conf
3 # Copyright (C) 2004 - 2022 The T2 SDE Project
4 # Copyright (C) 1998 - 2003 ROCK Linux Project
5
6 # This Copyright note is generated by scripts/Create-CopyPatch,
7 # more information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License version 2.
11 # --- T2-COPYRIGHT-NOTE-END ---
13 var_append confopt ' ' "CFLAGS=\"$CFLAGS\""
14 var_append confopt ' ' "LDFLAGS=\"$LDFLAGS\""
16 var_append makeinstopt ' ' 'INSTALL=install'
18 var_append INSTALL_WRAPPER_FILTER "|" 'sed -e "s,usr/bin/gawk$,bin/gawk,"'
20 # INSTALL_WRAPPER_FILTER needs to be empty to not filter the symlink ...
21 hook_add postmake 3 "INSTALL_WRAPPER_FILTER=; ln -sfv ../../bin/gawk \
22                        $root/usr/bin/gawk; ln -sfv gawk $root/bin/awk"