python-rtslib-fb.mk 455 B

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