aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-openmoko_0.1.bb
blob: f2c21975eb9484d727209f68a769a9dfb98fdd9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Python Bindings for the Openmoko Platform"
AUTHOR = "Holger 'Zecke' Freyther"
LICENSE = "LGPL"
DEPENDS = "python-pygtk libmokoui2 libmokojournal2 libmokogsmd2"
SECTION = "devel/python"
FILE_PR = "r1"

SRC_URI = "svn://svn.projects.openmoko.org/svnroot/bindings;module=python;proto=http \
	   file://python-path.patch;patch=1;maxdate=20070829"

S = "${WORKDIR}/python"

inherit autotools distutils-base

EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"