You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
579 B

################################################################################
#
# qrencode
#
################################################################################
QRENCODE_VERSION = 4.1.1
QRENCODE_DIR = qrencode-$(QRENCODE_VERSION)
QRENCODE_SOURCE = qrencode-$(QRENCODE_VERSION).tar.gz
QRENCODE_SITE = https://fukuchi.org/works/qrencode
# -----------------------------------------------------------------------------
HOST_QRENCODE_DEPENDENCIES = host-libpng
HOST_QRENCODE = $(HOST_DIR)/bin/qrencode
host-qrencode: | $(HOST_DIR)
$(call host-autotools-package)