Move all to deprecated folder.
This commit is contained in:
9
deprecated/firmware/buildroot/package/libllcp/Config.in
Normal file
9
deprecated/firmware/buildroot/package/libllcp/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_LIBLLCP
|
||||
bool "libllcp"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
||||
select BR2_PACKAGE_LIBNFC
|
||||
help
|
||||
Library extending libnfc with support for Logical Link Control
|
||||
Protocol.
|
||||
|
||||
https://code.google.com/p/libllcp/
|
||||
18
deprecated/firmware/buildroot/package/libllcp/libllcp.mk
Normal file
18
deprecated/firmware/buildroot/package/libllcp/libllcp.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# libllcp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBLLCP_VERSION = 05dfa8003433a7070bfd8ae02efdb0203bbf34aa
|
||||
LIBLLCP_SITE = $(call github,nfc-tools,libllcp,$(LIBLLCP_VERSION))
|
||||
LIBLLCP_DEPENDENCIES = host-pkgconf libnfc
|
||||
# There's no ./configure in the repository, so we need to autoreconf
|
||||
LIBLLCP_AUTORECONF = YES
|
||||
LIBLLCP_INSTALL_STAGING = YES
|
||||
LIBLLCP_LICENSE = GPLv3+
|
||||
LIBLLCP_LICENSE_FILES = COPYING
|
||||
# ensure graphviz isn't used
|
||||
LIBLLCP_CONF_ENV = ac_cv_path_DOT=
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user