mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-29 14:02:11 +00:00
15 lines
438 B
Makefile
15 lines
438 B
Makefile
################################################################################
|
|
#
|
|
# bmap-tools
|
|
#
|
|
################################################################################
|
|
|
|
BMAP_TOOLS_VERSION = 3.8.0
|
|
BMAP_TOOLS_SITE = $(call github,yoctoproject,bmaptool,v$(BMAP_TOOLS_VERSION))
|
|
BMAP_TOOLS_LICENSE = GPL-2.0
|
|
BMAP_TOOLS_LICENSE_FILES = LICENSE
|
|
BMAP_TOOLS_SETUP_TYPE = poetry
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|