* added the Unlicense as valid in misc/share/REGISTER
[t2sde.git] / package / archiver / bzip2 / bzip2.conf
blob505a73399cde0be05defe1e99148758434cc441f
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/bzip2/bzip2.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 makeopt ' ' "AR=$AR RANLIB=$RANLIB"
14 var_append makeinstopt ' ' "LIBDIR=${libdir##*/}"
16 if [ "$SDECFG_STATIC" != 1 -a "$SDECFG_DIETLIBC_bzip2" != 1 ]; then
17         hook_add inmake 5 "$MAKE $makeopt -f Makefile-libbz2_so"
18         hook_add postmake 5 "install libbz2.so.?.?.* $root$libdir"
19         hook_add postmake 5 "cp -arv libbz2.so.?.? $root$libdir"
22 # translate some stuff from usr/bin to just bin/ ...
23 var_append INSTALL_WRAPPER_FILTER "|" \
24            "sed -e 's,usr/bin/\(bunzip2\|bzcat\|bzip2\)$,bin/\1,'"
26 hook_add postmake  5 "cp -v manual* bzip2.txt $root$docdir"