summaryrefslogtreecommitdiffstats
path: root/e-17/edbus/DETAILS
blob: d62dc16cea6e698680bf2afd2b45b9de1a87fecb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
           SPELL=edbus
if [[ $EDBUS_AUTOUPDATE == y ]]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=svn
fi
          SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
   SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
        WEB_SITE=http://www.enlightenment.org/
         ENTERED=20121102
      LICENSE[0]=BSD
           SHORT="access to D-Bus from EFL applications"
cat << EOF
EDBus provides easy access to D-Bus from EFL applications.
EOF