Merge oe-devel@oe-devel.bkbits.net:packages
[vuplus_openembedded] / python / python-pylinda_0.1.oe
1 DESCRIPTION = "Python Implementation of Linda Tuple Space"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
5 RDEPENDS = "python-core"
6 SRCNAME = "linda"
7
8 SRC_URI = "http://www-users.cs.york.ac.uk/~aw/pylinda/linda-${PV}.tar.gz \
9            file://honor-datadir.patch;patch=1"
10 S = "${WORKDIR}/${SRCNAME}-${PV}"
11
12 inherit distutils