0b538bae11
Switch to github repository to fetch latest version, which also added the missing license file. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
395 B
Makefile
13 lines
395 B
Makefile
################################################################################
|
|
#
|
|
# macchanger
|
|
#
|
|
################################################################################
|
|
|
|
MACCHANGER_VERSION = 1.7.0
|
|
MACCHANGER_SITE = https://github.com/alobbs/macchanger/releases/download/$(MACCHANGER_VERSION)
|
|
MACCHANGER_LICENSE = GPLv2+
|
|
MACCHANGER_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|