Ecore 0.9.9.013

Ecore is the event/X abstraction layer that makes doing selections,
Xdnd, general X stuff, event loops, timeouts and idle handlers fast,
optimized, and convenient. It's a separate library so anyone can make
use of the work put into Ecore to make this job easy for applications.

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

  ./configure
  make
(as root unless youa re installing in your users directories):
  make install
      
------------------------------------------------------------------------------
BUILDING PACKAGES:

RPM: To build rpm packages:
  
  sudo rpm -ta ecore-0.9.9.013.tar.gz

You will find rpm packages in your system /usr/src/redhat/* dirs (note you may
not need to use sudo or root if you have your own ~/.rpmrc. see rpm documents
for more details)

DEB: To build deb packages:

  tar zvf ecore-0.9.9.013.tar.gz
  cd ecore-0.9.9.013
  dpkg-buildpackage -us -uc -rfakeroot
  cd ..
  rm -rf ecore-0.9.9.013

You will find all the debian source, binary etc. packages put in the directory
where you first untarred the source tarball.
