summaryrefslogtreecommitdiffstats
path: root/libraries/eeze/README
diff options
context:
space:
mode:
author Aleksandar Samardzic <asamardzic@gmail.com>2011-02-06 14:24:02 -0600
committer Robby Workman <rworkman@slackbuilds.org>2011-02-06 14:24:02 -0600
commit1ade3005f4826908f35ca3f962be82b3e108f13a (patch)
tree607f9461b13b9f024ed40fc43a8f2b5e9bb2760f /libraries/eeze/README
parente250eca07224de3d7e5ff59963745b82c479552f (diff)
downloadslackbuilds-1ade3005f4826908f35ca3f962be82b3e108f13a.tar.gz
slackbuilds-1ade3005f4826908f35ca3f962be82b3e108f13a.tar.xz
libraries/eeze: Added (udev abstraction library for E17)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/eeze/README')
-rw-r--r--libraries/eeze/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/eeze/README b/libraries/eeze/README
new file mode 100644
index 0000000000..832b06cb5a
--- /dev/null
+++ b/libraries/eeze/README
@@ -0,0 +1,8 @@
+Eeze is part of Enlightenment DR17 foundation libraries.
+
+Eeze is a library for manipulating devices through udev with a simple
+and fast api. It interfaces directly with libudev, avoiding such
+middleman daemons as udisks/upower or hal, to immediately gather device
+information the instant it becomes known to the system.
+
+This requires ecore and eina.