Dash:
[t2.git] / package / network / ucspi-unix / ucspi-unix.conf
blobf1ee56379a7a44500037b1ecc0b165045013a049
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/ucspi-unix/ucspi-unix.conf
3 # Copyright (C) 2004 - 2021 The T2 SDE Project
4 # Copyright (C) 1998 - 2004 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 makeinstopt=
14 hook_add postmake 5 './installer'
16 pkg_ucspiunix_config() {
17         echo $root$mandir > conf-man
18         echo $root$bindir > conf-bin
20         sed -i -e 's,local/bglibs,bglibs,g' conf-cc
21         sed -i -e 's,local/bglibs,bglibs,g' conf-ld
23         [[ $libdir = */lib ]] || sed -i -e "s,bglibs/lib,bglibs/lib${libdir##*/lib},g" conf-*
25 hook_add preconf 5 'pkg_ucspiunix_config'