add libarena, a custom memory allocator interface and implementation.
authorMichael Lauer <mickey@vanille-media.de>
Sun, 14 May 2006 19:01:12 +0000 (19:01 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 14 May 2006 19:01:12 +0000 (19:01 +0000)
packages/libarena/.mtn2git_empty [new file with mode: 0644]
packages/libarena/libarena_0.2.bb [new file with mode: 0644]

diff --git a/packages/libarena/.mtn2git_empty b/packages/libarena/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/libarena/libarena_0.2.bb b/packages/libarena/libarena_0.2.bb
new file mode 100644 (file)
index 0000000..d2b69a3
--- /dev/null
@@ -0,0 +1,12 @@
+DESCRIPTION = "libarena is a custom memory allocator interface and implementation. \
+Three allocators are provided: flat "LIFO" arena allocator, object pool allocator and a malloc(3) wrapper."
+HOMEPAGE = "http://www.25thandclement.com/~william/projects/libarena.html"
+SECTION = "libs"
+LICENSE = "${PN}"
+
+SRC_URI = "http://www.25thandclement.com/~william/projects/releases/libarena-${PV}.tgz"
+
+do_stage() {
+       oe_libinstall -C src -a libarena ${STAGING_LIBDIR}
+}
+