8a08b862c6
https://github.com/dmtx/libdmtx/compare/v0.7.5...v0.7.7 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
478 B
Makefile
16 lines
478 B
Makefile
################################################################################
|
|
#
|
|
# libdmtx
|
|
#
|
|
################################################################################
|
|
|
|
LIBDMTX_VERSION = 0.7.7
|
|
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))
|