blob: 9d4503d351a29072378d5a5561e0103a989b2639 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "FreeSmartPhone.org Python Prototypes"
AUTHOR = "M. Dietrich"
SECTION = "console/network"
RDEPENDS = "python-serial python-lang"
LICENSE = "GPL"
PV = "0.0+svnr${SRCREV}"
PR = "r0"
SRC_URI = "svn://projects.linuxtogo.org/svn/smartphones/trunk/software;module=py-proto"
S = "${WORKDIR}/py-proto"
inherit distutils
|