efl/legacy/ecore
Christopher Michael d57a49d4ef Fix minor typo..should be ECORE_XDPMS, thanks ravenlock :)
SVN revision: 28690
2007-03-13 09:45:00 +00:00
..
debian Missed this one. Thanks to Wang Xu. 2007-01-27 18:59:15 +00:00
doc Sun Jan 23 22:30:28 2005 Michael Jennings (mej) 2005-01-24 02:26:35 +00:00
m4 missed a few files 2006-09-24 07:28:07 +00:00
src Fix up ecore_x_dpms...formatting, removed the static int's for dpms version 2007-03-13 09:30:17 +00:00
.cvsignore sssh 2005-08-24 15:47:36 +00:00
AUTHORS Add abstract socket namespace support to ecore_con. 2006-09-24 07:24:52 +00:00
COPYING
COPYING-PLAIN autopackage ecore... 2005-03-10 15:19:43 +00:00
ChangeLog Wed Jun 8 16:56:30 2005 Michael Jennings (mej) 2005-06-08 20:51:06 +00:00
Doxyfile
INSTALL autopackage ecore... 2005-03-10 15:19:43 +00:00
Makefile.am too zealous - ecore_config needs to come back 2006-10-28 11:41:53 +00:00
NEWS
README.in autopackage ecore... 2005-03-10 15:19:43 +00:00
autogen.sh add error checking to all autogen scripts 2005-08-03 01:00:21 +00:00
configure.in Fix minor typo..should be ECORE_XDPMS, thanks ravenlock :) 2007-03-13 09:45:00 +00:00
ecore-config.in these days it's everyone's hobby to put lots of funky stuff in ecore, that has nothing core-ish about it. so here's an --libs-core arg that makes ecore-config only echo the core libs of ecore. also formatted the argument list a bit nicer, so that it fits in a 80x24 terminal. 2007-03-10 22:25:58 +00:00
ecore.c.in
ecore.m4
ecore.pc.in Add ecore_file 2005-02-20 12:18:09 +00:00
ecore.spec.in Sun Feb 25 14:07:14 2007 Michael Jennings (mej) 2007-02-26 01:07:16 +00:00
ecore.supp
gendoc

README.in

Ecore @VERSION@

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 @PACKAGE@-@VERSION@.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 @PACKAGE@-@VERSION@.tar.gz
  cd @PACKAGE@-@VERSION@
  dpkg-buildpackage -us -uc -rfakeroot
  cd ..
  rm -rf @PACKAGE@-@VERSION@

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