blob: eef7837cbd3290b4c215a30d3e736bbddee18e53 (
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 = "libc6 python-core"
DEPENDS = "virtual/libc"
SRCNAME = "vmaps"
SRC_URI = http://snafu.freedom.org/Vmaps/Vmaps-${PV}.tgz
S = "${WORKDIR}/Vmaps-${PV}"
inherit distutils
|