blob: 1ce8f93c44a94e4da2b610805f001af44c607bad (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Python Arrays on mmap()"
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
SRCNAME = "vmaps"
SRC_URI = "http://snafu.freedom.org/Vmaps/Vmaps-${PV}.tgz"
S = "${WORKDIR}/Vmaps-${PV}"
inherit distutils
|