Files
buildroot/package/libdmtx/libdmtx.mk
Julien Olivain cf63f1dc10 package/libdmtx: bump to version 0.7.8
For change log, see:
https://github.com/dmtx/libdmtx/compare/v0.7.7...v0.7.8

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2025-05-17 22:36:24 +02:00

16 lines
478 B
Makefile

################################################################################
#
# libdmtx
#
################################################################################
LIBDMTX_VERSION = 0.7.8
LIBDMTX_SITE = $(call github,dmtx,libdmtx,v$(LIBDMTX_VERSION))
LIBDMTX_LICENSE = BSD-2-Clause or Special Permission
LIBDMTX_LICENSE_FILES = LICENSE
LIBDMTX_INSTALL_STAGING = YES
# github tarball does not include configure
LIBDMTX_AUTORECONF = YES
$(eval $(autotools-package))