mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
15 lines
419 B
Makefile
15 lines
419 B
Makefile
################################################################################
|
|
#
|
|
# python-nfc
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_NFC_VERSION = 212
|
|
PYTHON_NFC_SITE = https://launchpad.net/nfcpy
|
|
PYTHON_NFC_SITE_METHOD = bzr
|
|
PYTHON_NFC_DEPENDENCIES = libusb libusb-compat
|
|
PYTHON_NFC_SETUP_TYPE = distutils
|
|
PYTHON_NFC_LICENSE = EUPL-1.1+
|
|
|
|
$(eval $(python-package))
|