blob: 70b02571c9d2aab3ebf55d44dab1ba6e315c02fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
################################################################################
#
# python-rtslib-fb
#
################################################################################
PYTHON_RTSLIB_FB_VERSION = v2.1.fb49
PYTHON_RTSLIB_FB_SITE = $(call github,agrover,rtslib-fb,$(PYTHON_RTSLIB_FB_VERSION))
PYTHON_RTSLIB_FB_LICENSE = Apache-2.0
PYTHON_RTSLIB_FB_LICENSE_FILES = COPYING
PYTHON_RTSLIB_FB_SETUP_TYPE = setuptools
$(eval $(python-package))
|