# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/tcp_wrappers/tcp_wrappers.conf # Copyright (C) 2004 - 2022 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- # inject hotfixes tcpw_prepatch() { tar $taropt `match_source_file -p debian` var_insert patchfiles ' ' "$(cat debian/patches/series | sed 's,^,debian/patches/,')" } hook_add prepatch 5 "tcpw_prepatch" # config var_append makeopt ' ' 'NETGROUP= TLI= EXTRA_CFLAGS="-DBROKEN_SO_LINGER -DHAVE_STRERROR -DSYS_ERRLIST_DEFINED"' # we do not use the silly per OS config, also we need RANLIB for cross builds var_append makeopt ' ' 'RANLIB=$RANLIB ARFLAGS=rv all' # for parallel build hook_add premake 5 'eval $MAKE ${makeopt/all/config-check}' tcpw_install() { cp -v hosts_access.3 $root$datadir/man/man3 cp -v hosts_access.5 hosts_options.5 $root$datadir/man/man5 cp -v tcpd.8 tcpdchk.8 tcpdmatch.8 $root$datadir/man/man8 ln -sf hosts_access.5 $root$datadir/man/man5/hosts.allow.5 ln -sf hosts_access.5 $root$datadir/man/man5/hosts.deny.5 cp -v libwrap.a $root$libdir cp -v tcpd.h $root$includedir install -m755 safe_finger tcpd tcpdchk tcpdmatch try-from $root$sbindir } hook_add postmake 3 "tcpw_install" makeinstopt=