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