summaryrefslogtreecommitdiff
path: root/package/python-rtslib-fb
diff options
context:
space:
mode:
authorChristophe Vu-Brugier <cvubrugier@fastmail.fm>2014-09-18 12:00:53 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-09-21 19:44:14 +0200
commita930816fec26ab3293e3e30c2b68d48c31fa9e25 (patch)
tree4890865e738d28363c2c83152d71179b7b11c11a /package/python-rtslib-fb
parenta1b1c2f0246267c89e66626a97369dbb73743fe4 (diff)
python-rtslib-fb: new package
rtslib-fb is an object-based Python library for configuring the LIO generic SCSI target, present in 3.x Linux kernel versions. Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-rtslib-fb')
-rw-r--r--package/python-rtslib-fb/Config.in9
-rw-r--r--package/python-rtslib-fb/python-rtslib-fb.mk13
2 files changed, 22 insertions, 0 deletions
diff --git a/package/python-rtslib-fb/Config.in b/package/python-rtslib-fb/Config.in
new file mode 100644
index 000000000..b2aebcf05
--- /dev/null
+++ b/package/python-rtslib-fb/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PYTHON_RTSLIB_FB
+ bool "python-rtslib-fb"
+ depends on BR2_PACKAGE_PYTHON
+ help
+ rtslib-fb is an object-based Python library for configuring
+ the LIO generic SCSI target, present in 3.x Linux kernel
+ versions.
+
+ https://github.com/agrover/rtslib-fb
diff --git a/package/python-rtslib-fb/python-rtslib-fb.mk b/package/python-rtslib-fb/python-rtslib-fb.mk
new file mode 100644
index 000000000..70b02571c
--- /dev/null
+++ b/package/python-rtslib-fb/python-rtslib-fb.mk
@@ -0,0 +1,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))