diff options
Diffstat (limited to 'python/python-vmaps_1.1.oe')
-rw-r--r-- | python/python-vmaps_1.1.oe | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/python/python-vmaps_1.1.oe b/python/python-vmaps_1.1.oe index e69de29bb2..eef7837cbd 100644 --- a/python/python-vmaps_1.1.oe +++ b/python/python-vmaps_1.1.oe @@ -0,0 +1,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 |