efl/legacy/eeze
Mike Blumenkrantz d9f1039885 not sure how this happened, but it's totally wrong
SVN revision: 63230
2011-09-06 19:16:56 +00:00
..
doc eeze: fix doc build when srcdir != builddir. 2011-06-13 18:28:39 +00:00
m4 eeze 1.1 in trunk: disk mounting is now possible 2011-01-29 04:21:53 +00:00
src not sure how this happened, but it's totally wrong 2011-09-06 19:16:56 +00:00
.gitignore Update .gitignore files 2011-06-17 01:59:49 +00:00
AUTHORS eeze: update ChangeLog and AUTHORS. 2011-07-15 20:26:03 +00:00
COPYING fix COPYING to say 2011. 2011-09-05 07:15:41 +00:00
ChangeLog update changelog for last commit since it seems to have been worthwhile 2011-08-05 23:22:50 +00:00
INSTALL unify udev device creation to unclutter and significantly reduce codebase, some minor formatting fixes 2010-10-13 02:53:38 +00:00
Makefile.am Add spec file. Don't install test program. 2011-02-02 03:12:08 +00:00
NEWS New lib for EFL: eeze! Bringing you the freedom to (hopefully) never need to learn external apis again! 2010-05-13 10:49:17 +00:00
README dont forget about eeze 2010-10-03 09:57:35 +00:00
TODO I'm not drunk, I swear. 2010-10-29 11:17:25 +00:00
autogen.sh that's it - remove autom4te.cache dirs again... - keep having to many 2011-08-02 04:13:33 +00:00
configure.ac eeze_scanner seems to finally be complete, have at it 2011-06-29 18:53:40 +00:00
eeze.pc.in Move Eeze header to own dir. 2010-07-09 06:41:31 +00:00
eeze.spec.in Since the SVN revision is now included in %{version}, it's redundant 2011-06-16 20:36:43 +00:00

README

Eeze 1.0.0 BETA

******************************************************************************

 FOR ANY ISSUES PLEASE EMAIL:
 enlightenment-devel@lists.sourceforge.net
 
******************************************************************************


Requirements:
-------------

Must:
  libc
  ecore (at least 1.0.0)
  libudev

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 can be used to determine such things as:
  * If a cdrom has a disk inserted
  * The temperature of a cpu core
  * The remaining power left in a battery
  * The current power consumption of various parts
  * Monitor in realtime the status of peripheral devices
  
Each of the above examples can be performed by using only a single eeze
function, as one of the primary focuses of the library is to reduce the
complexity of managing devices.

------------------------------------------------------------------------------
COMPILING AND INSTALLING:

  ./configure
  make
(as root unless you are installing in your users directories):
  make install