diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2006-05-14 20:29:04 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-14 20:29:04 +0000 |
| commit | 3eeff07e8d6a2ca2d1dac8a4f21a1b6ae48c5121 (patch) | |
| tree | 73d3f8485ca618373cdf2167f4ab561523a8d90d /packages/python/python-gammu_0.13.bb | |
| parent | 317f8eae6afad85b19d5b0c11c914c407c8c8e76 (diff) | |
| parent | 42614c8b501f80862cdd125c76a9cad7409bb1e2 (diff) | |
merge of 551b99b264a271c5af4896cd57b97354be2f16ab
and 5ae554cda8a73547164d9102e1fb7f3a9f9fe6ec
Diffstat (limited to 'packages/python/python-gammu_0.13.bb')
| -rw-r--r-- | packages/python/python-gammu_0.13.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/python/python-gammu_0.13.bb b/packages/python/python-gammu_0.13.bb new file mode 100644 index 0000000000..9ae5f9d665 --- /dev/null +++ b/packages/python/python-gammu_0.13.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 + |
