From 20e90e4f0d2628322b0f376043b29668806cf3d3 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 24 Dec 2012 12:23:27 +0100 Subject: efl/libeio: new package Signed-off-by: Thomas Petazzoni --- package/efl/libeio/Config.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/efl/libeio/Config.in (limited to 'package/efl/libeio/Config.in') diff --git a/package/efl/libeio/Config.in b/package/efl/libeio/Config.in new file mode 100644 index 000000000..0b2751ce6 --- /dev/null +++ b/package/efl/libeio/Config.in @@ -0,0 +1,18 @@ +config BR2_PACKAGE_LIBEIO + bool "libeio" + select BR2_PACKAGE_LIBEET + select BR2_PACKAGE_LIBEINA + select BR2_PACKAGE_LIBECORE + help + Eio integrates with EFL (Ecore, Eina) to provide efficient + filesystem Input/Output (I/O). It use the best techniques to + achieve such purpose, like using at-variants, splice, + properly handling errors and doing it in an asynchronous + fashion by means of worker threads. It is also ported to + Windows, so multi-platform. + + Whenever you need to list a directory, copy, move or delete + files, Eio will do that task better than you'd achieve with + naive implementations, and it is easy to use. + + http://trac.enlightenment.org/e/wiki/Eio -- cgit v1.2.3