33700a3d31145a8b03e6008cbd9dfb96a74e0313
[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 Lauer <mickey@Vanille.de>"
5 RDEPENDS = "python-core"
6 DEPENDS = "virtual/libc"
7 SRCNAME = "linda"
8
9 SRC_URI = "http://www-users.cs.york.ac.uk/~aw/pylinda/linda-${PV}.tar.gz \
10            file://${FILESDIR}/honor-datadir.patch;patch=1"
11 S = "${WORKDIR}/${SRCNAME}-${PV}"
12
13 inherit distutils