mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-16 22:29:30 +00:00
13 lines
352 B
Makefile
13 lines
352 B
Makefile
################################################################################
|
|
#
|
|
# netstat-nat
|
|
#
|
|
################################################################################
|
|
|
|
NETSTAT_NAT_VERSION = 1.4.10
|
|
NETSTAT_NAT_SITE = http://tweegy.nl/download
|
|
NETSTAT_NAT_LICENSE = GPL-2.0+
|
|
NETSTAT_NAT_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|