summaryrefslogtreecommitdiff
path: root/packages/python/python-gammu_0.21.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python/python-gammu_0.21.bb')
-rw-r--r--packages/python/python-gammu_0.21.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/python/python-gammu_0.21.bb b/packages/python/python-gammu_0.21.bb
new file mode 100644
index 0000000000..0994a9d92b
--- /dev/null
+++ b/packages/python/python-gammu_0.21.bb
@@ -0,0 +1,14 @@
+#TODO needs recent gammu, which in turn needs cmake which we don't have yet
+BROKEN = "1"
+
+DESCRIPTION = "Python bindings for the gammu GSM phone communication library."
+HOMEPAGE = "http://cihar.com/gammu/python"
+SECTION = "devel/python"
+DEPENDS = "gammu"
+LICENSE = "GPL"
+PR = "ml0"
+
+SRC_URI = "http://dl.cihar.com/python-gammu/latest/python-gammu-${PV}.tar.bz2"
+
+inherit distutils
+