blob: 0994a9d92b70c0ef9d39d643f7d39f3c5dec1cc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|