From a0b9cfcd15eab72fad65f5a9a214324bd6f4e0e7 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 14 May 2006 19:01:12 +0000 Subject: add libarena, a custom memory allocator interface and implementation. --- packages/libarena/.mtn2git_empty | 0 packages/libarena/libarena_0.2.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100644 packages/libarena/.mtn2git_empty create mode 100644 packages/libarena/libarena_0.2.bb diff --git a/packages/libarena/.mtn2git_empty b/packages/libarena/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/libarena/libarena_0.2.bb b/packages/libarena/libarena_0.2.bb new file mode 100644 index 0000000000..d2b69a3c18 --- /dev/null +++ b/packages/libarena/libarena_0.2.bb @@ -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} +} + -- cgit v1.2.3