diff options
Diffstat (limited to 'python/python-pylinda_0.1.oe')
-rw-r--r-- | python/python-pylinda_0.1.oe | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/python/python-pylinda_0.1.oe b/python/python-pylinda_0.1.oe index e69de29bb2..33700a3d31 100644 --- a/python/python-pylinda_0.1.oe +++ b/python/python-pylinda_0.1.oe @@ -0,0 +1,13 @@ +DESCRIPTION = "Python Implementation of Linda Tuple Space" +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "python-core" +DEPENDS = "virtual/libc" +SRCNAME = "linda" + +SRC_URI = "http://www-users.cs.york.ac.uk/~aw/pylinda/linda-${PV}.tar.gz \ + file://${FILESDIR}/honor-datadir.patch;patch=1" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils |