summaryrefslogtreecommitdiffstats
path: root/e-17/ecore/DETAILS
blob: 391bf72621dca3630b135b87897d4a52910d9160 (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.8
          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:e4739f43abbbce8e78ad739fab9cedb1a6bcf1684958a17b5490f3b7fe00ae90177d26365d43d10708d3a31bfb255991f7be72442f8101840f8cbac8de842cb5
      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