[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/net-tools/net-tools.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Configuration tools for Linux networking [T] This package includes the important tools for controlling the network [T] subsystem of the Linux kernel. This includes arp, hostname, ifconfig, [T] netstat, rarp and route. Additionally, this package contains [T] utilities relating to particular network hardware types (plipconfig, [T] slattach) and a "netmask calculator" called 'ipnm2nwbc'. [U] https://net-tools.sourceforge.io [A] Phil Blundell [A] Bernd Eckenfels [M] Rene Rebe [C] base/system [F] CROSS DIETLIBC NOPARALLEL [L] GPL [S] Stable [V] 2.10 [P] X --2--5---9 184.500 [D] 4d1b22d16b0fac06d5f645a13c87702df2030426d928f664000e3a1c net-tools-2.10.tar.xz http://dl.sourceforge.net/net-tools/ if [ $target == "dietlibc" ]; then hook_add premake 5 "cp $confdir/config.h.diet config.h" hook_add premake 5 "cp $confdir/config.status.diet config.status" else hook_add prepatch 5 "cp $confdir/config.{h,status} ." fi #don't run configure.sh as we supply preconfigured config files anyway, Ubuntu build fix hook_add premake 5 "sed -i -e 's/config.h:/#config.h:/g' Makefile" var_append makeopt ' ' "LD='$CC' COPTS='$CFLAGS'" var_append makeinstopt ' ' BASEDIR=$root # add the wake-on-lan patch var_insert patchfiles ' ' "`match_source_file -p ether-wake`"