blob: f461f6ef926e0bfa0479503d1e02be6217706db9 (
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
|