summaryrefslogtreecommitdiff
path: root/python/python-pylinda_0.1.oe
blob: 33700a3d31145a8b03e6008cbd9dfb96a74e0313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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