mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-29 21:21:54 +01:00
15 lines
451 B
Makefile
15 lines
451 B
Makefile
################################################################################
|
|
#
|
|
# wpan-tools
|
|
#
|
|
################################################################################
|
|
|
|
WPAN_TOOLS_VERSION = 0.7
|
|
WPAN_TOOLS_SOURCE = wpan-tools-$(WPAN_TOOLS_VERSION).tar.xz
|
|
WPAN_TOOLS_SITE = http://wpan.cakelab.org/releases
|
|
WPAN_TOOLS_DEPENDENCIES = host-pkgconf libnl
|
|
WPAN_TOOLS_LICENSE = ISC
|
|
WPAN_TOOLS_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|