summaryrefslogtreecommitdiffstats
path: root/package/python-can/python-can.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/python-can/python-can.mk')
-rw-r--r--package/python-can/python-can.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/python-can/python-can.mk b/package/python-can/python-can.mk
new file mode 100644
index 0000000000..8db5732ff6
--- /dev/null
+++ b/package/python-can/python-can.mk
@@ -0,0 +1,15 @@
+################################################################################
+#
+# python-can
+#
+################################################################################
+
+PYTHON_CAN_VERSION = ae5b6cf
+PYTHON_CAN_SITE = https://bitbucket.org/hardbyte/python-can/get/
+PYTHON_CAN_SOURCE = $(PYTHON_CAN_VERSION).tar.bz2
+PYTHON_CAN_LICENSE = LGPLv3
+PYTHON_CAN_LICENSE_FILES = LICENSE.txt
+PYTHON_CAN_DEPENDENCIES = python
+PYTHON_CAN_SETUP_TYPE = setuptools
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud