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