summaryrefslogtreecommitdiffstats
path: root/e-17/ecore/DETAILS
blob: 97af11a17192aef6cce69901d441cbd2f21a67f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
           SPELL=ecore
         VERSION=1.7.10
          SOURCE=$SPELL-$VERSION.tar.bz2
#      SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://download.enlightenment.org/releases/$SOURCE
     SOURCE_HASH=sha512:24fbe064913c566f885a2e51185b1f1d37c62c0d03ba0d549e9715ba516fb6b3f630ad331f89f66e91de1401b06b01b16916650448dda11d5e1efa24e52eaf39
      LICENSE[0]=BSD
        WEB_SITE=http://enlightenment.org/Libraries/Ecore/
         ENTERED=20011101
        KEYWORDS="enlightenment"
           SHORT="Core functions for e17"
cat << EOF
What is Ecore? It is the core event abstraction layer and X abstraction layer
that makes doing selections, Xdnd, general X stuff, and 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.

Ecore is completely modular. At its base is the event handlers and timers, and
initialization and shutdown functions.
EOF