2022-11-22 22:21:25 +00:00
|
|
|
POLL_DESFIRE_VERSION = e39aa4abb0f8cd635d9f88f8a750ad00ca3546b5
|
|
|
|
POLL_DESFIRE_SOURCE = $(POLL_DESFIRE_VERSION).tar.gz
|
2021-03-09 15:09:42 +00:00
|
|
|
POLL_DESFIRE_SITE = https://git.imaginaerraum.de/apo/PollDesfire/archive
|
|
|
|
POLL_DESFIRE_DEPENDENCIES = libfreefare_git host-pkgconf
|
|
|
|
POLL_DESFIRE_LICENSE = GPL-3.0
|
|
|
|
|
|
|
|
define POLL_DESFIRE_BUILD_CMDS
|
|
|
|
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all
|
|
|
|
endef
|
|
|
|
|
|
|
|
define POLL_DESFIRE_INSTALL_STAGING_CMDS
|
|
|
|
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) PREFIX=$(STAGING_DIR) install
|
|
|
|
endef
|
|
|
|
|
|
|
|
define POLL_DESFIRE_INSTALL_TARGET_CMDS
|
|
|
|
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) PREFIX=$(TARGET_DIR) install
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(generic-package))
|