e36f190260
netcalc is a slimmed down clone of sipcalc, using the popular output format of ipcalc (perl). It is written in C and only depends on a POSIX compliant C library. Both IPv4 and IPv6 are supported. Signed-off-by: Joachim Wiberg <troglobit@gmail.com> Reviewed-by: Michael Nosthoff <buildroot@heine.tech> Tested-by: Michael Nosthoff <buildroot@heine.tech> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
429 B
Makefile
14 lines
429 B
Makefile
################################################################################
|
|
#
|
|
# netcalc
|
|
#
|
|
################################################################################
|
|
|
|
NETCALC_VERSION = 2.1.6
|
|
NETCALC_SITE = https://github.com/troglobit/netcalc/releases/download/v$(NETCALC_VERSION)
|
|
NETCALC_LICENSE = BSD-3-Clause
|
|
NETCALC_LICENSE_FILES = LICENSE
|
|
NETCALC_CONF_OPTS = --disable-ipcalc-symlink
|
|
|
|
$(eval $(autotools-package))
|