14 lines
398 B
Makefile
14 lines
398 B
Makefile
|
################################################################################
|
||
|
#
|
||
|
# wpan-tools
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
WPAN_TOOLS_VERSION = 0.5
|
||
|
WPAN_TOOLS_SITE = http://wpan.cakelab.org/releases
|
||
|
WPAN_TOOLS_DEPENDENCIES = host-pkgconf libnl
|
||
|
WPAN_TOOLS_LICENSE = iw license
|
||
|
WPAN_TOOLS_LICENSE_FILES = COPYING
|
||
|
|
||
|
$(eval $(autotools-package))
|