# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../tcp_wrappers/tcp_wrappers.conf # Copyright (C) 2004 - 2007 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # # 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 as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. # --- T2-COPYRIGHT-NOTE-END --- # config var_append makeopt ' ' 'NETGROUP= TLI= EXTRA_CFLAGS="-DSYS_ERRLIST_DEFINED -DBROKEN_SO_LINGER"' # 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=