diff options
Diffstat (limited to 'recipes/python/python-gammu_0.26.bb')
-rw-r--r-- | recipes/python/python-gammu_0.26.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/python/python-gammu_0.26.bb b/recipes/python/python-gammu_0.26.bb new file mode 100644 index 0000000000..13e5484171 --- /dev/null +++ b/recipes/python/python-gammu_0.26.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Python bindings for the gammu GSM phone communication library." +HOMEPAGE = "http://cihar.com/gammu/python" +SECTION = "devel/python" +DEPENDS = "gammu" +LICENSE = "GPL" +PR = "ml1" + +SRC_URI = "http://dl.cihar.com/python-gammu/latest/python-gammu-${PV}.tar.bz2" + +inherit distutils |