mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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>
16 lines
478 B
Makefile
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))
|