initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_LIBDMTX
|
||||
bool "libdmtx"
|
||||
help
|
||||
libdmtx is a software library that enables programs to read
|
||||
and write Data Matrix barcodes of the modern ECC200 variety.
|
||||
|
||||
https://github.com/dmtx/libdmtx
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 be0c5275695a732a5f434ded1fcc232aa63b1a6015c00044fe87f3a689b75f2e libdmtx-0.7.5.tar.gz
|
||||
sha256 fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79 LICENSE
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# libdmtx
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBDMTX_VERSION = 0.7.5
|
||||
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))
|
||||
Reference in New Issue
Block a user