blob: 03323800dae83146436039fbbc764cf1ddb65989 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Python Arrays on mmap()"
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael 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
|