Files
package_application_recovery/buildroot/package/python-rtslib-fb/python-rtslib-fb.mk
Andrew Scheller f7e730ab05 Upgrade included buildroot to git revision 083f853
(with some NOOBS-specific changes on top)
2015-02-07 01:07:40 +00:00

14 lines
455 B
Makefile

################################################################################
#
# python-rtslib-fb
#
################################################################################
PYTHON_RTSLIB_FB_VERSION = v2.1.fb50
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))