diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-09 14:49:40 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-09 14:49:40 +0000 |
commit | 09459c4abaf97199858c4d7227c3e230d9315693 (patch) | |
tree | 4989c4264095b847f4ac04c1c71c733e8e4d3aca /packages/python/python-gammu_0.12.bb | |
parent | d00ae75e016b7e6b1043a087e4c8974c83bf9f7d (diff) |
add python-gammu, the python bindings to the gammu phone comm. library
Diffstat (limited to 'packages/python/python-gammu_0.12.bb')
-rw-r--r-- | packages/python/python-gammu_0.12.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/python/python-gammu_0.12.bb b/packages/python/python-gammu_0.12.bb new file mode 100644 index 0000000000..9ae5f9d665 --- /dev/null +++ b/packages/python/python-gammu_0.12.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Python bindings for the gammu GSM phone communication library." +HOMEPAGE = "http://cihar.com/gammu/python" +SECTION = "devel/python" +DEPENDS = "gammu" +LICENSE = "GPL" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +PR = "r0" + +SRC_URI = "http://cihar.com/gammu/python/python-gammu-${PV}.tar.bz2" + +inherit distutils + |