diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-15 21:34:59 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-15 21:34:59 +0000 |
commit | ac07911d2c99fcd3f8f492c898ecd09f58d4d0bc (patch) | |
tree | b8b91e7f84fdfabcfbed9e1e94caa75aa2b09848 /packages/python/python-gammu_0.21.bb | |
parent | ce74fac3a6340cdc90e44bfa312ee7366c404470 (diff) |
python-gammu: set BROKEN
Diffstat (limited to 'packages/python/python-gammu_0.21.bb')
-rw-r--r-- | packages/python/python-gammu_0.21.bb | 14 |
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 + |